*{margin:0;padding:0;box-sizing:border-box}body{background:var(--background);color:var(--text)}body,button,input,textarea{font:400 1rem Inter,sans-serif}button{cursor:pointer}a{text-decoration:none;color:inherit}@media(max-width:1080px){html{font-size:93.75%}}@media(max-width:720px){body,html{font-size:87.5%}}@media(max-width:100%){html{height:auto;font-size:87.5%}}:root{--white:#fff;--background:#f2f3f5;--gray-line:#dcdde0;--text:#666;--text-highlight:#b3b9ff;--tile:#2e384d;--red:#e83f5b;--green:#4cd62b;--blue:#5965e0;--blue-dark:#4953b8;--blue-twitter:#2aa9e0}.container{height:100vh;max-width:992px;margin:0 auto;padding:2.5rem 2rem;display:flex;flex-direction:column}