css /* Cookie Hermeneutics Theory - Style.css */ body { font-family: "Arial Black"; background-color: #f0f0f0; background-image: url("https://example.com/brutalist-background.jpg"); background-size: 100%; background-position: 0 0; background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-origin: padding-box; } body::after { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100px; z-index: 1; background: url("https://example.com/brutalist-header.png") 0% 0% no-repeat; background-size: 100% 100%; } h1, h2, h3, h4, h5, h6 { font-family: "Arial Black"; text-align: center; text-decoration: none; font-weight: bold; margin-top: 10px; color: #00ff00; /* Lime */ border-bottom: 4px solid #000000; border-radius: 5px; box-shadow: 0px 0px 4px 0px #000000; padding: 5px 5px 5px 5px; } h1 { font-size: 24px; margin-bottom: 10px; border-bottom: 8px solid #000000; box-shadow: 0px 0px 8px 0px #000000; } h2 { font-size: 18px; margin-bottom: 10px; border-bottom: 6px solid #000000; box-shadow: 0px 0px 6px 0px #000000; } p { font-family: "Arial Black"; font-size: 16px; text-align: justify; margin-bottom: 20px; color: #000000; line-height: 1.5; background: url("https://example.com/brutalist-texture.png") 0% 0% no-repeat; background-size: 100% 100%; border: 2px solid #000000; border-radius: 5px; padding: 5px 5px 5px 5px; } a { text-decoration: none; color: #000000; background: #ffffff; border: 1px solid #000000; padding: 5px 5px 5px 5px; border-radius: 2px; font-size: 16px; text-align: center; text-decoration: none; } a:hover { background: #000000; color: #ffffff; border: 1px solid #00ff00; } img { width: 100%; height: 100%; border: 4px solid #000000; border-radius: 5px; box-shadow: 0px 0px 4px 0px #000000; margin: 5px 5px 5px 5px; } img:hover { border: 6px solid #000000; box-shadow: 0px 0px 8px 0px #000000; }