body{font-family:roboto-slab,sans-serif;margin:0 auto;min-height:100vh;display:grid;font-size:18px;grid-template-rows:auto 1fr auto;background-color:#e9ecef}body>*{min-width:0}h1,h2,h3,h4,h5,h6{margin:0}h1,h2{font-family:sedgwick ave,cursive}h3,h4,h5,h6{font-family:Montserrat,sans-serif}h1{font-size:40px}h2{font-size:30px}a{text-decoration:none;color:#15181d}a:hover{text-decoration:underline}a:visited{color:#15181d}@use 'header.scss';@use 'content.scss';@use 'footer.scss';.button{display:inline-block;padding:12px 20px;border-radius:8px;background:#15181d;color:#fff;text-decoration:none;font-weight:600}.button:visited{color:#fff}.button p{margin:0}.button.outline{background:0 0;border:2px solid #ff3c00;color:#ff3c00}p:empty{display:none}.overlay{position:fixed;top:48%;left:10px;z-index:99;background-color:#fff;max-width:200px;border-radius:8px;border:3px solid red}.overlay p{color:red;font-size:16px;max-width:720px;margin:0 auto;padding:10px}