:root{--theme-color:rgb(0,100,190);--theme-color-dark:rgb(160,220,255);--touch-size:48px}html,body{color:#333;font-family:sans-serif;line-height:1.5em;margin:0}body{min-height:100vh;display:flex;flex-direction:column}.content{flex:1}.wrapper{padding:40px 0 40px 0;margin:auto;width:1000px;box-sizing:border-box}a{color:var(--theme-color)}ul{margin:20px 0 20px 0;padding:0 0 0 2em}footer{background-color:rgb(240,240,240)}footer ul{list-style-type:none;display:flex;column-gap:20px;row-gap:10px;padding:0}footer a{color:rgb(100,100,100)}a.download{background-color:var(--theme-color);border-radius:4px;color:#fff;padding:8px;display:inline-block;margin:10px;color:#fff;text-decoration:none!important}.flex{display:flex}@media only screen and (max-width:1100px){.wrapper{padding:20px;width:100%;box-sizing:border-box}}@media only screen and (max-width:400px){h1{font-size:1.3em}h2{font-size:1.2em}h3{font-size:1.1em}.wrapper{padding:1rem}}@media (pointer:coarse){ul li a{line-height:var(--touch-size)}a.download{min-height:var(--touch-size);height:auto;width:auto;display:inline-flex;align-items:center;justify-content:center;padding:0 8px 0 8px}}@media (prefers-color-scheme:dark){html,body{background-color:rgb(30,30,30);color:rgb(180,180,180)}h1,h2,h3,h4,h5,h6{color:rgb(200,200,200)}a{color:var(--theme-color-dark)}footer{background-color:rgb(20,20,20)}footer a{color:rgb(160,160,160)}a.download{background-color:#000}}