html,body{height:100%;margin:0;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}body{display:flex;flex-direction:column;min-height:100vh;background-color:#fff;color:#000}.dark-mode body{background-color:#000;color:#fff}body>#background{width:100vw;height:100vh;position:fixed;z-index:-1;display:flex;justify-content:center}body>#background div{position:relative;display:inline-flex}body>#background img{margin:auto;height:100%}body>#background span{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to left,#fff,#fff0 25%),linear-gradient(to right,#fff,#fff0 25%)}.dark-mode body>#background span{background:linear-gradient(to left,#000,#0000 25%),linear-gradient(to right,#000,#0000 25%)}body>#background_window{position:fixed;inset:0;transform:none;margin-left:auto;margin-right:auto;max-width:1024px;width:100%;height:100vh;z-index:-1;background-color:#ffffff9e;border:.1rem solid black;border-top:.1rem solid black}.dark-mode #background_window{background-color:#0000009e;border:.1rem solid white;border-top:.1rem solid white}body>header{margin-left:auto;margin-right:auto;max-width:1024px;width:100%;background-color:#fff;border-bottom:.1rem solid black;text-align:center}.dark-mode body>header{background-color:#000;border-bottom:.1rem solid white;text-align:center}body>nav{margin-left:auto;margin-right:auto;max-width:1024px;width:100%;background-color:#ffffff9e;border-bottom:.1rem solid black;display:flex;align-items:stretch;position:relative}.dark-mode nav{background-color:#0000009e;border-bottom:.1rem solid white}body>footer{margin-top:auto;margin-left:auto;margin-right:auto;max-width:1024px;width:100%;padding-top:.5rem;padding-bottom:.5rem;border-top:.1rem solid black;background-color:#ffffff9e;text-align:center}.dark-mode footer{border-top:.1rem solid white;background-color:#0000009e}body>nav header{font-weight:700;font-size:xx-large;text-align:center}body>nav p{font-style:italic;font-size:medium;text-align:center}body>nav a{display:inline-block;padding:.2rem;margin:.2rem;font-weight:700;font-size:larger;color:#fff;background-color:#000}.dark-mode nav a{color:#000;background-color:#fff}body>nav>div{margin-top:auto;margin-bottom:1rem;padding:.5rem;width:100%}body>nav>div>div{text-align:center}main{max-width:1024px;width:100%;margin-left:auto;margin-right:auto;flex:1;box-sizing:border-box;align-items:flex-start;padding:.5rem;display:flex;display:inline-flex;flex-wrap:wrap;justify-content:center;flex:none}@media(max-width:576px){main{padding:.5rem 0}}main>article{margin:.5rem 1rem;max-width:calc(100% - 4rem);width:100%;padding:1rem;outline:.1rem solid black;background-color:#ffffff9e}@media(max-width:576px){main>article{margin:.5rem 0rem;max-width:100%}}.dark-mode main>article{outline:.1rem solid white;background-color:#0000009e}main>article a{color:#6495ed;text-decoration:none}main>article img{max-height:512px;width:auto}#dark_mode_button{color:#000;font-family:Courier New,Courier,monospace;text-decoration:none}#dark_mode_button:after{content:"☀️"}.dark-mode #dark_mode_button{color:#fff;font-family:Courier New,Courier,monospace}.dark-mode #dark_mode_button:after{content:"🌙"}
