:root{--white:#fcfcfc;--black:#333;--gray:#585858}*{box-sizing:border-box}html{background-color:var(--white);color:var(--black);font-family:Georgia,Times,serif;font-size:1rem}@media screen and (min-width:800px){html{font-size:1.125rem}}html,body{margin:0}h1,h2,h3,h4,h5,h6{font-family:Helvetica,Arial,sans-serif}a{border-bottom:1px solid currentColor;color:currentColor;text-decoration:none}a:hover{border-bottom-color:currentColor;color:var(--gray)}.container{width:100%;max-width:38rem;margin:0 auto;padding:.5rem}