css body { background-color: #FF69B4; /* Pink, because of course we are in an emergency */ font-family: 'Baukler', 'Arial Narrow', sans-serif; font-size: 24px; line-height: 1.2; margin: 0; padding: 0; } h1 { font-weight: bold; font-size: 48px; color: #000000; border: 4px solid #000000; padding: 16px; margin: 16px; text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); } h2 { font-size: 32px; color: #000000; border: 4px solid #000000; padding: 16px; margin: 16px; text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); } h3 { font-size: 24px; color: #000000; border: 4px solid #000000; padding: 16px; margin: 16px; text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); } p { font-size: 18px; line-height: 1.2; color: #333333; margin: 16px 16px; padding: 16px 16px; border: 4px solid #000000; background-color: #FFFFFF; box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); } a { text-decoration: none; color: #000000; font-size: 18px; line-height: 1.2; text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); } a:hover { background-color: #000000; color: #FFFFFF; border: 4px solid #000000; padding: 8px 16px; transition: background-color 0.5s ease-in-out; } a:visited { color: #666666; text-decoration: none; text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }