body{background:var(--theme-bg-color);color:var(--theme-fg-color);font-family:'Rubik',sans-serif;text-align:center}body.theme-light{--theme-bg-color:#fff;--theme-bg-hover-color:#ddd;--theme-fg-color:#333;--theme-accent-color:#ff3e00;--theme-nav-bg-color:#fff;--theme-nav-fg-color:#222}body.theme-dark{--theme-bg-color:#2e2e2e;--theme-bg-hover-color:#3e3e3e;--theme-fg-color:#fff;--theme-accent-color:#ff3e00;--theme-nav-bg-color:#1e1e1e;--theme-nav-fg-color:#aaa}img{max-width:100%;margin:auto}.thumb{width:250px;height:130px;object-fit:cover}a,a:visited {color:var(--theme-fg-color);text-decoration:none;display:inline-block}a:hover {color:var(--theme-accent-color)}.btn{cursor:pointer;padding:10px;font-size:32px}.btn:hover {color:var(--theme-accent-color)}.contents{max-width:800px;text-align:left;margin:60px auto}.home-banner{text-align:center}.featured-banner{display:flex;justify-content:space-between;align-items:baseline}.navbar{display:flex;background:var(--theme-nav-bg-color)}.navbar-btns{font-size:16px;margin:auto;display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;max-width:400px}a.navbar-btn{margin:0 0;padding:21px 20px;color:var(--theme-nav-fg-color)}.navbar-btn:hover {background:var(--theme-bg-hover-color);color:inherit}.navbar-btn.active{border-bottom:solid 1px var(--theme-accent-color)}.theme-toggle{visibility:hidden;margin:10px;font-size:24px}.theme-toggle#theme-toggle{visibility:visible}.post-grid{display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:30px}.small-post{padding:5px 10px;display:flex;flex-direction:column;justify-content:space-between}.small-post:hover {background:var(--theme-bg-hover-color);color:inherit}h1,h2,h3,h4,h5,h6{margin:.5em 0}