:root{--background: #eee;--foreground: #282828}@media screen and (prefers-color-scheme: dark){:root{--foreground: #eee;--background: #282828}}body{font-family:"Hack",monospace;font-size:12px;color:var(--foreground)}h1,h2,h3,h4,h5,h6{font-weight:700;margin:0 0 5px}h1{font-size:50px}h2{font-size:18px;margin-top:8px}h3{font-size:13px;margin-bottom:0}p,h3{margin-top:0;margin-bottom:.25rem}ul{margin:0;margin-bottom:.75rem;padding-left:.75rem;list-style-type:none}ul li{text-indent:-9px}ul li::before{content:"-  ";font-size:16px;display:inline}.wrap{margin:0 auto}.heading-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}a{text-decoration:none}a:link,a:visited{font-style:italic;font-weight:900;text-decoration:inherit;color:inherit}header{border-bottom:3px solid var(--foreground);margin-bottom:15px;padding-bottom:15px}header a{color:var(--foreground);display:inline-block;font-size:16px}header .page-title{display:flex;justify-content:space-between}header a+a{border-left:2px solid var(--foreground);margin-left:1rem;padding-left:1rem}@media screen{html,body{padding:0;margin:0}html{background-color:var(--background)}.wrap{max-width:690px;padding:.3in .5in}}@media screen and (min-width: 769px){.box{background-color:var(--background);box-shadow:0 0 5px rgba(0,0,0,.2),inset 0 0 50px rgba(0,0,0,.1);margin:auto;position:relative;width:790px}.box::before,.box::after{background:rgba(0,0,0,0);bottom:12px;box-shadow:0 6px 12px rgba(0,0,0,.3);content:" ";height:10px;left:12px;position:absolute;width:40%;z-index:-1}.box::after{left:auto;right:12px;transform:skew(5deg) rotate(5deg)}body{padding:3rem}}@media print{html{zoom:1.05}}footer>p{margin-top:3em;text-align:center}