@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");*{box-sizing:border-box;padding:0;margin:0;font-size:12px;font-family:Nunito,sans-serif}body,html{max-width:100dvw;overflow-x:hidden;background-color:#f8f9f5;height:100%}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h1,h2,h3{font-weight:800}.container{display:flex;flex-direction:column;gap:.5rem}button{padding:.5rem 1.5rem;font-weight:700;border-radius:.25rem;border:1px solid;cursor:pointer}.button-container{display:flex;gap:1rem;justify-content:center}.wrapper{display:grid;grid-template-rows:auto 1fr;width:100%;height:100dvh}.error{color:red}@media (min-width:768px){*{font-size:16px}}