css /* style.css */ body { background-image: linear-gradient(to bottom, #333, #444); background-repeat: repeat; background-size: 10px 10px; } body { font-family: 'Aurora'; font-weight: bold; } body a { text-decoration: none; } body a { color: #ff0000; } body a:hover { color: #0000ff; } h1 { font-size: 36pt; font-weight: bold; color: #000000; } h2 { font-size: 24pt; font-weight: bold; color: #ff0000; } h3 { font-size: 20pt; font-weight: bold; color: #0000ff; } h4 { font-size: 18pt; font-weight: bold; color: #00ff00; } p { color: #000000; text-align: center; font-size: 16pt; margin-bottom: 20px; } span { font-size: 14pt; color: #000000; } table { width: 100%; border-collapse: collapse; border: 4px solid #000000; background-color: #333; } th { font-size: 16pt; color: #ff0000; background-color: #444; border: 4px solid #000000; } td { font-size: 14pt; color: #000000; padding: 10px; background-color: #333; border: 4px solid #000000; } a:link { color: #0000ff; text-decoration: none; } a:hover { color: #ff0000; } a:active { color: #000000; } body a:visited { color: #000000; } body a:link { color: #0000ff; } body a:active { color: #000000; } /* Add some flair for the apocalypse! */ body { background-image: url('https://i.imgur.com/7u2ZKwL.png'); background-position: bottom; } body p { font-family: 'Impact'; }