body{margin:0;height:100vh;width:100vw}.body{height:calc(90% - 20px);width:calc(100% - 20px);background-color:#fff;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;padding:10px;gap:10px}.header{display:flex;height:calc(10% - 20px);justify-content:space-between;align-items:center;width:calc(100% - 20px);background-color:#ffde00;padding:10px}.scores{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start;margin-right:10px}.card{height:200px;width:200px;display:flex;flex-direction:column;gap:10px;background-color:#fe3c3c;border:2px solid #3b4cca;border-radius:50}.image{height:150px;width:100%}p{margin:0}img{width:100%;height:100%}.name{height:50px;font-size:18px;font-weight:400;text-align:center;display:flex;justify-content:center;align-items:center;border-top:1px solid black;background-color:#fff}
