* { margin: 0; padding: 0; color: #fff; }
.RANKING {
    background: #1a1f3a;
    border: 1px solid #2a3458;
    border-radius: 4px;
    text-align: center;
    padding: 12px 12px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}
.RANKING .Big { 
    background: #151a35;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #2a3458;
    border-radius: 4px;
    padding-bottom: 5px;
}
.RANKING .Big:hover { 
    border: 1px solid #3b82f6;
    box-shadow: 10px 10px 20px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
}
.RANKING .Big h1 { color: #304fff; font-size: 34px; }
.RANKING .Big h3 { color: #1cd11c; font-size: 27px; }