css /* style.css */ body { background-color: #ff0000; /* Red background */ font-family: 'Bloopers', Arial, sans-serif; font-size: 16px; line-height: 1.5; margin: 0; padding: 0; border: 1px solid #000000; border-radius: 0; -webkit-print: 1; -moz-print: 1; -ms-print: 1; -o-print: 1; print: 1; box-sizing: border-box; -webkit-appearance: auto; -moz-appearance: auto; -ms-appearance: auto; -o-appearance: auto; appearance: auto; -webkit-text-emphasis: none; -moz-text-emphasis: none; -ms-text-emphasis: none; -o-text-emphasis: none; text-emphasis: none; -webkit-print-color-adjust: none; -moz-print-color-adjust: none; -ms-print-color-adjust: none; -o-print-color-adjust: none; print-color-adjust: none; } a { color: #00ff00; /* Bright lime green */ text-decoration: none; font-family: 'Bloopers', Arial, sans-serif; font-size: 18px; line-height: 1.5; text-transform: capitalize; -webkit-text-overflow: none; -moz-text-overflow: none; -ms-text-overflow: none; -o-text-overflow: none; text-overflow: none; -webkit-print-color: #000000; /* Black */ -moz-print-color: #000000; /* Black */ -ms-print-color: #000000; /* Black */ -o-print-color: #000000; /* Black */ print-color: #000000; /* Black */ background-color: #000000; /* Black */ border: 4px solid #000000; /* Thick black border */ border-radius: 0; box-sizing: border-box; -webkit-appearance: auto; -moz-appearance: auto; -ms-appearance: auto; -o-appearance: auto; appearance: auto; -webkit-text-emphasis: none; -moz-text-emphasis: none; -ms-text-emphasis: none; -o-text-emphasis: none; text-emphasis: none; } h1 { font-weight: bold; font-size: 24px; margin: 0; padding: 0; border: 4px solid #000000; /* Thick black border */ border-radius: 0; -webkit-print-color: #000000; /* Black */ -moz-print-color: #000000; /* Black */ -ms-print-color: #000000; /* Black */ -o-print-color: #000000; /* Black */ print-color: #000000; /* Black */ background-color: #000000; /* Black */ color: #ffffff; /* White */ text-align: center; -webkit-text-overflow: none; -moz-text-overflow: none; -ms-text-overflow: none; -o-text-overflow: none; text-overflow: none; -webkit-print-color: #000000; /* Black */ -moz-print-color: #000000; /* Black */ -ms-print-color: #000000; /* Black */ -o-print-color: #000000; /* Black */ print-color: #000000; /* Black */ box-sizing: border-box; -webkit-appearance: auto; -moz-appearance: auto; -ms-appearance: auto; -o-appearance: auto; appearance: auto; -webkit-text-emphasis: none; -moz-text-emphasis: none; -ms-text-emphasis: none; -o-text-emphasis: none; text-emphasis: none; } h2 { font-size: 20px; margin: 0; padding: 0; border: 4px solid #000000; /* Thick black border */ border-radius: 0; -webkit-print-color: #000000; /* Black */ -moz-print-color: #000000; /* Black */ -ms-print-color: #000000; /* Black */ -o-print-color: #000000; /* Black */ print-color: #000000; /* Black */ background-color: #000000; /* Black */ color: #00ff00; /* Bright lime green */ text-align: center; -webkit-text-overflow: none; -moz-text-overflow: none; -ms-text-overflow: none; -o-text-overflow: none; text-overflow: none; -webkit-print-color: #000000; /* Black */ -moz-print-color: #000000; /* Black */ -ms-print-color: #000000; /* Black */ -o-print-color: #000000; /* Black */ print-color: #000000; /* Black */ box-sizing: border-box; -webkit-appearance: auto; -moz-appearance: auto; -ms-appearance: auto; -o-appearance: auto; appearance: auto; -webkit-text-emphasis: none; -moz-text-emphasis: none; -ms-text-emphasis: none; -o-text-emphasis: none; text-emphasis: none; } h3 { font-size: 18px; margin: 0; padding: 0; border: 4px solid #000000; /* Thick black border */ border-radius: 0; -webkit-print-color: #000000; /* Black */ -moz-print-color: #000000; /* Black */ -ms-print-color: #000000; /* Black */ -o-print-color: #000000; /* Black */ print-color: #000000; /* Black */ background-color: #000000; /* Black */ color: #ff0000; /* Red */ text-align: center; -webkit-text-overflow: none; -moz-text-overflow: none; -ms-text-overflow: none; -o-text-overflow: none; text-overflow: none; -webkit-print-color: #000000; /* Black */ -moz-print-color: #000000; /* Black */ -ms-print-color: #000000; /* Black */ -o-print-color: #000000; /* Black */ print-color: #000000; /* Black */ box-sizing: border-box; -webkit-appearance: auto; -moz-appearance: auto; -ms-appearance: auto; -o-appearance: auto; appearance: auto; -webkit-text-emphasis: none; -moz-text-emphasis: none; -ms-text-emphasis: none; -o-text-emphasis: none; text-emphasis: none; }