@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap");body{font-family:Inter,sans-serif;background-color:#000;color:#fff}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.center-title{text-align:center;font-size:7.5vh;font-weight:700}.center-subtitle{text-align:center;font-size:1.2vh;font-weight:300}.button-container{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:20px;gap:20px}button{width:30vw;height:5vh;background-color:#000;border:1px solid #fff;color:#fff;font-size:large;font-weight:lighter;transition:.2s ease-in 0s}button:hover{background-color:#fff;color:#000;cursor:pointer;width:31vw;height:6vh}@media only screen and (max-width:480px){.button-container{flex-direction:column}button{width:70vw}}