css /* style.css */ body { background-color: #FF69B4; font-family: "Helvetica", "Arial", "sans-serif"; margin: 0; padding: 0; width: 100%; } h1 { border: 4px solid black; color: #FFC107; font-size: 36px; font-weight: bold; letter-spacing: 2px; margin-bottom: 20px; text-align: left; } h2 { border: 4px solid black; color: #FF69B4; font-size: 24px; font-weight: bold; letter-spacing: 1.5px; margin-bottom: 10px; } h3 { border: 4px solid black; color: #FF69B4; font-size: 18px; font-weight: bold; letter-spacing: 1.5px; margin-bottom: 5px; } p { border: 4px solid black; font-size: 18px; margin: 0 0 20px 0; text-align: left; } a { color: #FF69B4; text-decoration: none; text-align: left; } a:hover { text-decoration: none; } img { border: 4px solid black; } #header { background-color: #FF69B4; padding: 20px; } #header h1 { margin: 0; padding: 0; } /* Add a drop shadow to the header to make it look more brutalist */ #header { box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); } /* Add some extra padding to make it look more brutalist */ #header { padding: 30px; } /* Make the background color of the header a bit darker to give it a more brutalist look */ #header { background-color: #C5102C; } /* Add a border to the header to make it look more brutalist */ #header { border: 2px solid black; } /* Make the text inside the header more brutalist by making it bold */ #header h1 { font-weight: bolder; }