/* .buttons-modern_legacy-overlay{
    border: 1px solid white;
    height: 75vh;
    width: 50vw;
    border-radius: 8px;
    background-color: white;
    position: absolute;
    transition: transform 1s ease-in-out;
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;;
    z-index: 100000 !important;

}



.buttons-modern_legacy-overlay.animate{
    transform: translateY(-30vh);
} */

