@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.root{width:100vw;height:100vh}.root>h1{opacity:0}.root .logo{filter:grayscale(75%)opacity(.2);width:auto;height:100%;max-height:calc(100vh - 6rem);padding:1.5rem 0;position:absolute;top:6rem;left:50%;transform:translate(-50%)}.root .gym-select{text-align:center;width:100%;animation:1s fadeIn;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%)}.root .gym-select h2{margin:0 0 2rem}.root .gym-select .gym-options{justify-content:center;gap:1.5rem;display:flex}.root .gym-select .gym-options .gym-link{color:#fff;cursor:pointer;text-transform:uppercase;background-color:#3badf3;border:2px solid #fff;border-radius:25rem;padding:1rem;font-size:1.25em;font-weight:700;text-decoration:none}.root .gym-select .gym-options .gym-link svg{transform:scaleX(-1)}.root .gym-select .gym-options .gym-link:hover{background-color:#159cf0}@media only screen and (max-width:768px){.root .gym-select .gym-options{flex-wrap:wrap}}
