/* Neobrutalist CSS */ body { font-family: "Arial", sans-serif; background-color: #f2f2f2; padding: 0; margin: 0; } h1 { color: #FFC080; font-size: 36px; font-weight: bold; text-align: center; border-bottom: 4px solid #000000; margin-bottom: 0; padding-bottom: 0.25em; } h2 { color: #FF69D2; font-size: 24px; font-weight: bold; border-bottom: 4px solid #000000; margin-bottom: 0; padding-bottom: 0.25em; } h3 { color: #FFC080; font-size: 18px; font-weight: bold; border-bottom: 4px solid #000000; margin-bottom: 0; padding-bottom: 0.25em; } p { color: #000000; font-size: 16px; line-height: 1.5; margin: 1em 0; padding: 0; } a { color: #000000; text-decoration: none; border-bottom: 4px solid #000000; transition: color 0s; font-size: 16px; font-weight: bold; } a:hover { color: #000000; border-bottom: 8px solid #000000; transition: color 0s; font-size: 16px; font-weight: bold; } img { border: 4px solid #000000; margin: 1em 0; width: 100%; height: auto; max-width: 100%; display: block; background-size: cover; } /* Neobrutalist Buttons */ button { background-color: #000000; border: 4px solid #000000; color: #FFFFFF; font-size: 16px; padding: 4px 8px; margin: 2px 0; border-radius: 6px; cursor: pointer; transition: background-color 0s; } button:hover { background-color: #000000; border: 8px solid #000000; color: #FFFFFF; font-size: 16px; padding: 4px 8px; margin: 2px 0; border-radius: 6px; cursor: pointer; transition: background-color 0s; } button:active { background-color: #000000; border: 8px solid #000000; color: #FFFFFF; font-size: 16px; padding: 4px 8px; margin: 2px 0; border-radius: 6px; cursor: pointer; transition: background-color 0s; }