css /* Style.css */ body { background-color: #000; color: #fff; font-family: 'Bangers', cursive; font-size: 24px; line-height: 1.5; } body * { box-shadow: 0px 0px 0px #000; text-shadow: 0px 0px 0px #000; } h1 { font-size: 48px; font-weight: bold; margin-bottom: 4px; border-bottom: 4px solid #000; padding-bottom: 8px; border-radius: 0; } h2 { font-size: 36px; font-weight: bold; margin-top: 8px; margin-bottom: 4px; border-bottom: 4px solid #000; padding-bottom: 8px; border-radius: 0; } h3 { font-size: 24px; font-weight: bold; margin-top: 4px; margin-bottom: 8px; border-bottom: 4px solid #000; padding-bottom: 16px; border-radius: 0; } h4 { font-size: 18px; font-weight: bold; margin-top: 8px; margin-bottom: 4px; border-bottom: 4px solid #000; padding-bottom: 8px; border-radius: 0; } h5 { font-size: 14px; font-weight: bold; margin-top: 4px; margin-bottom: 8px; border-bottom: 4px solid #000; padding-bottom: 16px; border-radius: 0; } h6 { font-size: 12px; font-weight: bold; margin-top: 8px; margin-bottom: 4px; border-bottom: 4px solid #000; padding-bottom: 8px; border-radius: 0; } a { color: #fff; text-decoration: none; background-color: #000; border: 4px solid #000; padding: 4px 8px; font-size: 18px; font-weight: bold; border-radius: 0; } a:hover { background-color: #000; border-color: #f00; transition: background-color 0.5s; }