@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,p,ol,ul,li,figure,figcaption,blockquote,dl,dd{margin:0;padding:0}ul,ol{list-style:none}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}img,picture{max-width:100%;display:block}input,button,textarea,select{color:inherit;font:inherit;letter-spacing:inherit}input:focus,button:focus,textarea:focus,select:focus{outline:none}body{background:#262a30;font-family:Roboto,sans-serif}header{display:flex;justify-content:space-between;align-items:center;width:100%;background-color:#21252b;padding:1rem 2rem;border-bottom:solid 1px #ffe063;box-shadow:0 0 .5rem .5rem #262a30;gap:1rem;position:sticky;top:0;height:5.625rem}footer{position:sticky;bottom:0}h1{text-align:center}.btn{border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.btn--small{padding:.25rem .5rem;font-size:.75rem}.btn--large{padding:.75rem 1.5rem;font-size:1.5rem}.btn--primary{background-color:#ffe063;color:#21252b}.btn--secondary{background-color:#21252b;color:#fff;border:solid 1px #ffe063}.btn:hover{transform:translateY(-1px)}.btn:disabled{cursor:not-allowed;opacity:.5}h1{color:#fff}input,textarea{background-color:#262a30;border:solid #ffe063;border-radius:1rem;padding:.5rem 1rem;font-size:1.5rem;color:#fff}
