/* Neobrutalist Stylesheet */ * { box-sizing: border-box; margin: 0; padding: 0; } body { background-color: #000; font-family: 'Bebas Neue', monospace; font-size: 16px; font-weight: 400; line-height: 1.5; color: #f00; text-align: center; width: 800px; margin: 0 auto; padding: 20px; border: 4px solid #f00; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } h1, h2, h3, h4 { font-family: 'Bebas Neue', monospace; font-weight: 700; line-height: 1; color: #f00; text-align: center; border-bottom: 4px solid #f00; border-top: none; margin-bottom: 20px; margin-top: 40px; } h2, h3, h4 { font-size: 24px; } h1 { font-size: 36px; } h4 { font-size: 18px; } h1, h2, h3, h4, p { font-style: normal; font-weight: normal; font-family: 'Bebas Neue', monospace; color: #f00; text-transform: uppercase; text-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: center; } h5, h6, p, li, a { font-style: normal; font-weight: 200; font-family: 'Bebas Neue', monospace; font-size: 12px; color: #f00; text-transform: none; text-align: left; } a { text-decoration: none; color: #f00; font-style: normal; text-align: left; border-bottom: 4px solid #f00; background-color: #f00; padding: 4px 8px; font-weight: 200; font-size: 12px; text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); transition: background-color 0.5s ease-out; border-radius: 4px; margin: 0; text-align: center; display: inline-block; text-align: center; line-height: 1.2; text-transform: none; font-family: 'Bebas Neue', monospace; font-size: 12px; color: #f00; } a:hover { background-color: #f0f; color: #000; transition: background-color 0.5s ease-out; } a:visited { color: #000; background-color: #f00; border-bottom: 4px solid #000; text-transform: none; } a:active { background-color: #00f; color: #000; text-decoration: none; border-bottom: 4px solid #000; text-transform: uppercase; transition: background-color 0.5s ease-out; } a:link { color: #f00; background-color: #000; text-decoration: none; border-bottom: 4px solid #f00; text-transform: uppercase; transition: background-color 0.5s ease-out; } img { max-width: 100%; height: auto; object-fit: cover; border: 4px solid #f00; border-radius: 4px; margin: 10px 0; display: block; } img[src*="https://placekitten.com/40x25"] { margin: 20px 0 0 0; }