css /* style.css */ body { background-color: #f0f0f0; font-family: "Arial Black"; font-weight: bold; color: #666; } h1 { margin-top: 0; font-size: 24px; line-height: 1.5em; border-bottom: 4px solid black; text-align: center; } p { margin: 1em 2em; font-size: 18px; line-height: 1.5em; text-align: justify; } a { text-decoration: none; color: #00f; background-color: #f0f0f0; padding: 4px 8px; border: 1px solid #000; border-radius: 4px 4px 4px 4px; font-weight: bold; } a:hover { background-color: #f0f0f0; color: #000; border: 1px solid #000; text-decoration: underline; text-underline-offset: 2px; } #content { margin: 2em auto; max-width: 800px; text-align: center; padding: 0.5em 2em; } /* This CSS file is a mess. Don't @ me */