css /* styles.css */ body { background-color: #f7d2c7; font-family: "Courier", monospace; font-size: 16px; } h1 { font-weight: bold; color: #FF0000; text-shadow: 0px 0px 10px #000000; border-bottom: 5px solid #000000; } h2 { font-size: 20px; font-style: italic; color: #008000; margin-bottom: 20px; text-shadow: 0px 0px 10px #000000; } p { font-family: "Courier", monospace; font-size: 18px; line-height: 20px; color: #000000; } a { text-decoration: none; color: #000000; background-color: #f7d2c7; border: 1px solid #000000; padding: 5px 10px; } a:hover { background-color: #FF0000; color: #f7d2c7; } a:active { color: #000000; background-color: #FF0000; }