.main{display:flex;justify-content:center;gap:20px}.box{width:200px;height:350px;border:5px solid black;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:10px;box-sizing:border-box;text-align:center}.item-img{width:100%;height:150px;object-fit:contain}.main{display:flex;justify-content:center}.win{border:10px solid green;color:green}.lose{border:10px solid red;color:red}.tie{border:10px solid black;color:#000}
