body { font-size: 10pt; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: red; background-color: blue; line-height: 14pt; /* display: block; */ display: flex; } main { margin: 100px; font-size: 2em; flex-direction: column } h1 { font: 30pt Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 20pt; } p { color: white; margin-bottom: 1em; line-height: 1.2em; } code { padding: .3em; background-color: yellow; color: blue; } pre#_markdown { background-color: black; color: white; } a { text-decoration: none; } a:link, a:visited { color: #8094d6; } a:hover, a:active { color: #FF9933; }