css /* styles.css */ body { background-color: #FF0000; margin: 0; padding: 0; } h1 { font-family: 'Bebas Neue', sans-serif; font-size: 24pt; font-weight: bold; text-shadow: 0 0 10px black; border-bottom: 4px solid black; } h2 { font-family: 'Bebas Neue', sans-serif; font-size: 20pt; font-weight: bold; text-shadow: 0 0 10px black; border-bottom: 4px solid black; } p { font-family: 'Open Sans', sans-serif; font-size: 18pt; line-height: 1.5; color: #000; } a { text-decoration: none; text-transform: uppercase; color: #000; } a:hover { text-decoration: underline; } /* Disastrous Failures Page */ h1 { color: #000; } h2 { color: #FF0000; } /* Styles for the "Experiments" section */ h2 { background-color: #FF00FF; } h2 { color: #FFFFFF; } h3 { font-family: 'Bebas Neue', sans-serif; font-size: 18pt; font-weight: bold; text-shadow: 0 0 10px black; border-bottom: 4px solid black; } /* Styles for the "Chemists" section */ h2 { background-color: #33CC33; } h2 { color: #000; }