/* Neobrutalist.css */ body { background: #333; color: #ccc; font-family: 'Open Sans', sans-serif; padding: 20px; } * { border: 4px solid #f00; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); transition: none; } a { background: #f00; border: 4px solid #f00; border-radius: 4px; color: #333; text-decoration: none; text-decoration-skip: 2px; transition: background 0s ease-in-out; padding: 10px 20px; font-weight: bold; text-align: center; } a:hover { background: #f0f; border: 4px solid #f0f; transition: background 0s ease-in-out; } p { margin-bottom: 40px; } h1 { font-size: 36px; font-weight: bold; margin-top: 0; margin-bottom: 40px; border-bottom: 4px solid #f00; } h1 a { text-decoration: underline; text-underline-position: center; } h2 { font-size: 24px; font-weight: bold; margin-top: 0; margin-bottom: 40px; border-bottom: 4px solid #f00; text-decoration: none; text-underline-position: center; } img { width: 200px; height: 150px; border: 4px solid #f00; border-radius: 4px; margin-bottom: 20px; background: #333; background-size: contain; background-position: center; background-repeat: no-repeat; display: inline-block; transition: opacity 0s ease-in-out; opacity: 0.5; } code { font-family: 'Monaco', monospace; background: #f00; border: 2px solid #f00; padding: 4px 6px; font-size: 14px; color: #fff; border-radius: 4px; margin: 4px 6px; white-space: pre-wrap; word-break: break-all; word-break-inside: auto; word-spacing: 1px; tab-size: 4px; margin: 8px 12px; padding: 6px 8px; line-height: 1.2; font-feature-settings: 'font-variant': 'small-caps'; transition: opacity 0s ease-in-out; opacity: 0.8; } button { background: #f00; border: 4px solid #f00; padding: 6px 12px; margin: 0; border-radius: 6px; font-size: 16px; font-family: 'Open Sans', sans-serif; color: #333; text-shadow: 2px 2px 2px #000; transition: background 0s ease-in-out; cursor: pointer; } button:hover { background: #f0f; transition: background 0s ease-in-out; } button:active { background: #f0f; transition: background 0s ease-in-out; } /* end Neobrutalist.css */ /* start of HTML content for /styles/neobrutalist.css */