css /* Time Wasting Hacks CSS */ * { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important; border: 4px solid #333; color: #f0f; } body { background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, #f00 100%); font-family: 'Bebas Neue', Arial, sans-serif; font-size: 18px; line-height: 24px; margin: 0 0 20px 0; padding: 0; text-align: center; width: 800px; margin: 0 auto; box-sizing: border-box; border: 1px solid #000; border-radius: 4px; -webkit-print-color-adjust: #000 !important; background-color: #f00; background-image: url('https://example.com/neo-brutalist-background.jpg'); background-repeat: no-repeat; background-position: center; } h1 { color: #ff0; font-size: 24px; font-weight: bold; line-height: 30px; margin: 0 0 10px 0; padding: 10px 0; text-align: center; background-color: #f00; border: 4px solid #333; border-radius: 10px; -webkit-print-color-adjust: #000 !important; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); } h2 { color: #0f0; font-size: 18px; font-weight: bold; line-height: 20px; margin: 0 0 10px 0; padding: 0 0 0 0; text-align: center; background-color: #f00; border: 4px solid #333; border-radius: 4px; -webkit-print-color-adjust: #000 !important; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); background: url('https://example.com/neo-brutalist-background.jpg'); background-size: 200px 200px; background-repeat: no-repeat; background-position: center; }