:root{--bkg: #ffffff;--font-color: #191919;--header-text-color: #034659;--anchor-active-color: #4dd8ff;--heading-color: #035a73}@media (prefers-color-scheme: dark){:root{--bkg: #191919;--font-color: #fefefe;--header-text-color: #96abb4;--anchor-active-color: #4dd8ff;--heading-color: #dbe2e6}}body{margin:2em auto;background-color:var(--bkg);width:70%;font-size:1.2rem;text-rendering:optimizeSpeed;color:var(--font-color);font-family:Georgia,"Times New Roman",serif;line-height:1.5}h1,h2,h3{font-family:"Helvetica",Verdana;font-weight:bold;color:var(--heading-color)}h1{font-size:2.2rem;text-align:center;line-height:1.5}h2{font-size:1.4rem;line-height:1.5}h3{font-size:1.2rem;line-height:1.5}a{text-decoration:none;border-bottom:2px solid;color:inherit}a:hover{border-bottom-color:var(--anchor-active-color)}header{font-family:Helvetica;font-weight:bold;color:var(--header-text-color);border-bottom:3px solid}nav{display:flex;justify-content:space-between}.header-links{display:flex;gap:1em}header a{border-bottom:none;padding-bottom:0px;font-size:1.4rem}header a:hover{border-bottom:2px solid;padding-bottom:0px}p:has(+ul){margin-bottom:0}p+ul{margin-top:0}ul:has(+p){margin-bottom:0}ul+p{margin-top:0}