@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"); html { color-scheme: dark; font-family: "IBM Plex Sans", sans-serif; background-color: #181a1a; color: #e8e6e3; } body { margin: 0; padding: 0; } img { object-fit: scale-down; width: auto; height: auto; max-width: 75%; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } a:link, a:visited, a:hover { color: #e8e6e3; } .page-header { position: relative; background-color: #4c4f50; width: 100%; display: flex; align-items: center; overflow-x: scroll; gap: 0.125em; * { margin: 0; padding: 0.5em; text-align: center; white-space: nowrap; } .header-separator { padding: 0 !important; } } .story-page-container { display: flex; align-items: center; justify-content: center; margin-top: 0.5em; .story-page { display: flex; align-items: center; justify-content: center; @media (max-width: 900px) { flex-direction: column; } column-gap: 0.5em; width: 75%; .story-details { display: flex; flex-direction: column; } } } .story-content { margin-left: 2.5vw; margin-right: 2.5vw; overflow-wrap: anywhere; }