/* Style.css for ProjectNirvana */ body { background-color: #000000; /* Black background, because why not? */ color: #FFFFFF; /* White text, for maximum contrast */ font-family: 'Bangers', 'Arial Black', 'Arial', sans-serif; /* Bold, sans-serif font for maximum drama */ margin: 0; /* Remove margin, because we're not here to mess around */ } a { color: #FF0000; /* Bright, fire engine red, because we're on fire, man! */ text-decoration: none; /* No underline, because we're not here to play games */ font-weight: bold; /* Make it bold, because we're not afraid of anything */ } h1 { font-size: 36px; /* Large, because we're making a statement */ text-shadow: 2px 2px 8px #000000; /* Harsh text shadow, because we're not here to be gentle */ border-bottom: 4px solid #000000; /* Thick black border, because we're not afraid of commitment */ } h2 { font-size: 24px; /* Large, because we're still making a statement */ text-shadow: 1px 1px 4px #000000; /* Harsh text shadow, because we're not here to mess around */ border-bottom: 2px solid #000000; /* Thick black border, because we're not afraid of a little drama */ }