html, body, #cover, #cover * { margin: 0; padding: 0; } html { font: 16px/22px "Courier Prime", "Courier New", monospace; } body { background: PapayaWhip; } #cover h1 { position: absolute; right: 1em; bottom: 1em; font-size: 3em; } #cover { position: fixed; color: white; height: 100vh; width: 100vw; margin: 0; padding: 0; background: no-repeat center/100% url("flamingobathroom.jpg"); } #moon { position: absolute; font-size: 1em; text-decoration: none; } #everything { height: 100vh; position: relative; } #below-the-fold { position: relative; top: 100vh; } #mood { float: right; width: 200px; margin: 8px; } main { } main section { max-width: 50rem; width: 90%; margin: 0 auto; background: papayawhip; padding: 1rem; border-radius: 5px; margin-bottom: 1rem; } #house pre { background-color: #efd5ff; padding-right: 1rem; } #titleblock { text-align: right; width: 100%; } footer { max-width: 50rem; width: 90%; margin: 0 auto; padding: 0 1rem; background-color: #d5efff; text-align: right; border-radius: 5px 5px 0 0; display: flex; justify-content: space-between; } a { color: inherit; } a:link {} a:active { text-transform: uppercase; } a:hover { text-transform: uppercase; background-color: #d5d5ff; } a:visited {} dt { border-bottom: 1px solid black; line-height: 1.0; margin-top: 1em; } dd { border-left: 1px solid black; padding-left: 0.5em; }