body { background-color: #f2d7a7; font-family: "Arial", sans-serif; color: #333; background-image: url(https://example.com/neo-brutalist-background.jpg); background-size: 100px 100px; background-position: -10px -10px; background-repeat: no-repeat; background-attachment: fixed; border: 1px solid #000; padding: 1em; margin: 1em; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5); } body * { font-weight: bold; text-transform: uppercase; letter-spacing: -1px; word-spacing: 5px; } h1 { font-size: 2em; font-weight: bold; color: #ff00ff; margin: 1.5em 0 1.5em 0; border-bottom: 4px solid #000; padding-bottom: 0.5em; text-align: center; text-decoration: underline; text-underline: 5px solid #ff00ff; } h2 { font-size: 1.5em; font-weight: bold; color: #00ff00; margin: 1.2em 0 1.2em 0; border-bottom: 4px solid #000; padding-bottom: 0.5em; text-align: center; text-decoration: line-through; text-decoration-style: wavy; text-decoration-width: 10px; } p { font-size: 1.2em; font-weight: normal; color: #333; margin: 1.2em 0 1.2em 0; padding: 0.5em; text-align: left; text-decoration: none; text-indent: 0; word-wrap: normal; word-break: normal; word-spacing: 0; tab-size: 8px 8px 8px 8px; margin-bottom: 1.2em; border-bottom: 4px solid #000; } a { text-decoration: none; color: #ff0000; font-size: 1.1em; font-weight: bold; text-align: center; text-underline: 5px solid #ff00ff; padding: 0.2em 0.3em; border: 4px solid #000; border-radius: 4px 4px 0 0; background-color: #f0f0f0; background-image: url(https://example.com/neo-brutalist-link.jpg); background-size: 100%; background-position: 0 0; background-repeat: no-repeat; background-attachment: fixed; background-clip: border-box; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5); }