css /* style.css */ body { background-color: #FF69B4; font-family: 'Arial', sans-serif; font-size: 18px; line-height: 1.2; margin: 0; padding: 0; -webkit-print-resolution: 300dpi; background-image: url('https://example.com/neo-brutalist-background.jpg'); background-size: 100% 100%; background-position: 0 0; background-repeat: no-repeat; background-attachment: fixed; } body * { box-sizing: border-box; border: 4px solid black; box-shadow: 0 0 5px black; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; } p { font-family: 'Impact', sans-serif; font-size: 24px; line-height: 1.2; margin: 1em 0; padding: 0 1em 0 0; color: #000000; text-align: center; background: #FFFFFF; border: 4px solid #FF69B4; border-top: 4px solid black; border-radius: 4px 4px 0 0; box-shadow: 0 1px 5px black; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -o-border-radius: 4px 4px 0 0; -ms-border-radius: 4px 4px 0 0; } h1 { font-family: 'Arial', sans-serif; font-size: 48px; line-height: 1.2; margin: 0.5em 0 0 0; padding: 0.5em 0 0 0; color: #000000; text-align: center; background: #FF69B4; border: 4px solid black; border-radius: 4px 4px 0 0; box-shadow: 0 1px 5px black; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -o-border-radius: 4px 4px 0 0; -ms-border-radius: 4px 4px 0 0; } a { text-decoration: none; color: #FF69B4; font-size: 18px; line-height: 1.2; margin: 0.5em 0.5em; padding: 0.5em 0 0 0; background: #FFFFFF; border: 4px solid black; border-radius: 4px 4px 0 0; box-shadow: 0 1px 5px black; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -o-border-radius: 4px 4px 0 0; -ms-border-radius: 4px 4px 0 0; transition: background 0.1s; -webkit-transition: background 0.1s; -moz-transition: background 0.1s; -o-transition: background 0.1s; -ms-transition: background 0.1s; } h2 { font-family: 'Arial', sans-serif; font-size: 24px; line-height: 1.2; margin: 0.5em 0 0 0; padding: 0 0.5em 0 0; color: #000000; text-align: center; background: #FF69B4; border: 4px solid black; border-radius: 4px 4px 0 0; box-shadow: 0 1px 5px black; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -o-border-radius: 4px 4px 0 0; -ms-border-radius: 4px 4px 0 0; } h3 { font-family: 'Arial', sans-serif; font-size: 18px; line-height: 1.2; margin: 0.5em 0 0 0; padding: 0 0.5em 0 0; color: #000000; text-align: center; background: #FF69B4; border: 4px solid black; border-radius: 4px 4px 0 0; box-shadow: 0 1px 5px black; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -o-border-radius: 4px 4px 0 0; -ms-border-radius: 4px 4px 0 0; } h4 { font-family: 'Arial', sans-serif; font-size: 18px; line-height: 1.2; margin: 0.5em 0 0 0; padding: 0 0.5em 0 0; color: #000000; text-align: center; background: #FF69B4; border: 4px solid black; border-radius: 4px 4px 0 0; box-shadow: 0 1px 5px black; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -o-border-radius: 4px 4px 0 0; -ms-border-radius: 4px 4px 0 0; } a:hover { background: #FF0000; border-color: #FF0000; color: #FFFFFF; text-decoration: none; } body a { color: #FF69B4; text-decoration: none; font-size: 18px; line-height: 1.2; margin: 0.5em 0.5em; padding: 0.5em 0 0 0; background: #FFFFFF; border: 4px solid black; border-radius: 4px 4px 0 0; box-shadow: 0 1px 5px black; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -o-border-radius: 4px 4px 0 0; -ms-border-radius: 4px 4px 0 0; transition: background 0.1s; -webkit-transition: background 0.1s; -moz-transition: background 0.1s; -o-transition: background 0.1s; -ms-transition: background 0.1s; }