.nav-button{
    font-family: 'SFProDisplayRegular';
    color:white !important;
    font-size: 1.3rem;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none !important;
    transition: transform 1s ease, color 0.5s ease;
}

.nav-button:hover{
    color: rgb(60, 189, 249)!important;
    transform: scale(1.1);
    text-shadow: 0 5px 20px #0024c5;
}

.play-button:hover{
    transform: scale(1.3);
    color:#180E45;
    background: linear-gradient(132deg, rgb(42, 102, 255) 0%, rgb(73, 255, 244) 100%);
    box-shadow: 0 5px 40px #001c97;
}

.play-button{
    font-family: 'SFProDisplayBold';
    font-size: 1.2em;
    font-weight: 800;
    color:#180E45;
    background: linear-gradient(132deg, rgb(42, 102, 255) 0%, rgb(73, 255, 244) 100%);
    border: none;
    border-radius: 6px;
    transition: box-shadow 0.3s ease, transform 0.3s;
    transform: scale(1.10) translateZ(0px);
    padding: 5px 20px;
}