body,html{color:#e0ded5;max-width:100vw;height:100%;display:grid;grid-template-rows:1fr auto}body{background:var(--background);font-family:var(--open-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:clamp(16px,2vw,32px)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5{font-family:var(--bebas-neue)}h2{font-size:4rem;margin:52px auto}@media(max-width:480px){body{font-size:1rem}h1{font-size:5rem}h2{font-size:3rem;margin:32px 0 12px}h3{font-size:2rem}}