css /* style.css */ body { font-family: "Comic Sans", cursive; font-size: 20px; line-height: 1.2; } h1 { text-align: center; font-weight: bold; color: #ff0000; border-top: 2px solid black; padding: 5px; margin-bottom: 10px; } h2 { text-align: center; font-weight: bold; color: #00ff00; border-bottom: 4px solid black; padding: 5px; margin-bottom: 20px; } h3 { text-align: center; font-weight: bold; color: #0000ff; border: 2px solid black; padding: 10px; margin-bottom: 30px; } body > * { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }