:root{--background:#f0f0f0;--background-secondary:#191a32;--dark-blue:#191a32;--medium-blue:#003340;--light-blue:#335c66;--yellow:#f8bb00;--gray:#878787;--white:#fff;--black:#000;font-size:62.5%}html,body{box-sizing:border-box;background-color:var(--background);margin:0;padding:0;overflow-x:clip}*,:before,:after{box-sizing:border-box;outline:0;margin:0;padding:0}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.main-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.yellowButton{background-color:var(--yellow);color:var(--white);cursor:pointer;text-transform:uppercase;border:none;border-radius:25px;padding:1.7rem 3rem;font-size:1.8rem;font-weight:800;line-height:1.8rem;transition:all .3s ease-in-out}.yellowButton:hover{filter:brightness(.7)}@media (max-width:768px){.yellowButton{padding:1.5rem 2.5rem;font-size:1.6rem;line-height:1.6rem}.container{padding:0 2rem}}@media (max-width:767px){.yellowButton{padding:1.2rem 1.4rem;font-size:1.2rem;line-height:1.5rem}.container{padding:0 1.5rem}}
