css /* Styles for the most lit bunker in the galaxy */ body { background-color: #ff00ff; font-family: 'Space Invader', Arial, sans-serif; color: #000000; text-align: center; margin: 0; padding: 0; } h1 { font-size: 48px; font-weight: bold; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); border-bottom: 4px solid #000000; margin-bottom: 20px; color: #ffffff; } h2 { font-size: 24px; font-weight: bold; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); border-bottom: 2px solid #000000; margin-bottom: 10px; color: #ff0000; } h3 { font-size: 18px; font-weight: bold; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); border-bottom: 2px solid #000000; margin-bottom: 5px; color: #00ff00; } p { font-size: 14px; font-family: 'Space Invader', Arial, sans-serif; text-align: center; margin: 0; padding: 10px; color: #ffffff; background-color: #000000; border: 4px solid #000000; } a { text-decoration: none; color: #00ff00; background-color: #000000; border: 4px solid #000000; padding: 5px 10px; text-align: center; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); } a:hover { background-color: #000000; border: 4px solid #ff00ff; color: #000000; text-decoration: none; } img { border: 2px solid #000000; width: 100%; height: 100%; object-fit: cover; background-color: #000000; }