.trees { white-space: pre; align-self: center; } body { font-family: monospace; display: flex; flex-direction: column; background-color: #241123; align-items: center; color: #c1a6c0; } header { display: flex; flex-direction: column; align-items: center; gap: 1em; margin-block-end: 1em; } header nav { display: flex; flex-direction: column; align-items: stretch; } header nav::before, header nav::after { content: ""; background-color: black; color: black; display: inline-block; height: 2px; } header nav > a { padding-inline: 2em; padding-block: 1em; font-size: 1.2em; } header a { text-decoration: none; color: #ffd8fd; } header a:hover { text-decoration: underline; } header a:focus { text-decoration: underline; } section { width: 100%; display: flex; flex-direction: column; align-items: center; padding-inline: 1em; box-sizing: border-box; } section > .section-content { border: black 1px solid; background-color: #2b162a; max-width: 600px; min-height: 200px; padding-inline: 2em; padding-block-start: 1em; padding-block-end: 1em; width: 100%; box-sizing: border-box; display: flex; flex-direction: column; gap: 1em; } section > h2 { border: black 4px double; background-color: #2b162a; padding: 1em; margin: 0.5em; width: 100%; box-sizing: border-box; max-width: 600px; } a { color: #ffd8fd; text-decoration: none; } a:hover, a :focus { text-decoration: underline; } .level-3 h3 { font-size: 1.3em; margin: 0; padding-block-end: 0.5em; margin-block-end: 0.5em; border-bottom: 1px solid #664a66; } .level-3 > div { margin-block-end: 0.7em; } .level-4 h4 { font-size: 1.1em; margin: 0; margin-block-end: 0.4em; } .level-4 > div { margin-block-end: 0.7em; } /*# sourceMappingURL=index.css.map */