html, body { height: 100%; } body { background-color: darkblue; background: url('../img/darkskullsbg.png'); text-align: center; color: white; image-rendering: pixelated; font-size: 1rem; font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; line-height: 1.5; } hr { display: none; } a { color: #0f0; } h1 { border-bottom: .25rem double yellow; color: yellow; } img { height: auto; max-width: 100%; } code { display: block; max-width: min-content; margin: auto; background: black; color: greenyellow; padding: .75rem; overflow-x: auto; overflow-y: hidden; font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; }