
body {
    background-color: #222222;
    font-family: 'Poppins', sans-serif;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}
h1 {
    color: orange;
    padding-top: 20px;
    font-size: 2.2em;
}
.medals {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 30px auto;
}
.medal {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.emoji {
    font-size: 48px;
}
.count {
    font-size: 40px;
    font-weight: bold;
}
.name {
    margin-top: 10px;
    font-size: 20px;
}
#total {
    margin-top: 30px;
    font-size: 22px;
}
