.osu-leaderboard { &__container { display: flex; align-items: center; } &__ranking { font-size: 40px; min-width: 100px; text-align: center; text-shadow: 1px 1px 1px #222; &--rank-1 { color: #D5CEA6; } &--rank-2 { color: #C8D7DA; } &--rank-3 { color: #C19E67; } } &__avatar { width: 120px; height: 120px; } &__info { padding-left: 5px; } &__username { font-family: @cute-font; font-size: 20px; } &__stats { font-family: @cute-font; font-size: 16px; } &__ss, &__s, &__a { font-style: italic; font-weight: bold; text-shadow: 1px 1px .5px #222; } &__ss, &__s { color: #D5CEA6; } &__a { color: #299A0B; } }