:root { color-scheme: light dark; color: light-dark(#474747, #b9b9b9); background-color: light-dark(#ebebeb, #252525); font-family: "Open Sans", sans-serif, serif; } body, .post { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1rem; } .site-header { width: 60%; display: block; padding: 1rem; border-radius: 1rem; background-color: light-dark(#ffffff, #181818); display: flex; align-items: center; flex-direction: column; } .site-logo { color: light-dark(#d6000c, #ed4a46); font-size: 2.5rem; font-weight: bold; } .site-tagline { color: light-dark(#909995, #777777); font-size: 0.9rem; font-style: italic; } .post-body, .post-header { width: 66%; display: block; padding-left: 1.5rem; padding-right: 1.5rem; padding-top: 0.5rem; padding-bottom: 0.5rem; border-radius: 1rem; background-color: light-dark(#ffffff, #181818); /* text-align: justify; */ } .post-header { padding: 1.5rem; display: flex; flex-direction: column; align-items: center; } .post-title { text-align: center; color: light-dark(#dd0f9d, #eb6eb7); } .post-title > h1 { margin-top: 0px; margin-bottom: 0px; } .post-body > h2 { text-align: center; color: light-dark(#282828, #dedede); } .post-body > h3 { text-align: center; color: light-dark(#282828, #dedede); } .post-body > h4 { text-align: center; color: light-dark(#282828, #dedede); } .post-body > p { text-indent: 2ch; }