.rank-1 {
    color: #ffd700;
    font-weight: bold;
    text-shadow: 0 0 6px rgba(255, 215, 0, 0.4);
}
.rank-2 {
    color: #c0c0c0;
    font-weight: bold;
    text-shadow: 0 0 6px rgba(192, 192, 192, 0.4);
}
.rank-3 {
    color: #cd7f32;
    font-weight: bold;
    text-shadow: 0 0 6px rgba(205, 127, 50, 0.4);
}
