css /* Neocortex CSS - the Brutalist's best friend */ body { background-color: #000; color: #fff; font-family: 'Neobrutal'; font-size: 16px; font-weight: bold; line-height: 24px; margin: 0; padding: 0; text-align: center; } h1 { color: #ff69b4; font-size: 48px; text-shadow: 0px 1px 1px #000; } h2 { color: #ff69b4; font-size: 24px; border-bottom: 4px solid #000; text-shadow: 0px 1px 1px #000; margin-top: 20px; } p { color: #fff; font-size: 16px; line-height: 20px; margin-bottom: 20px; border-bottom: 4px solid #000; padding-bottom: 10px; } a { text-decoration: none; color: #fff; font-weight: bold; text-shadow: 0px 1px 1px #000; border-bottom: 2px solid #000; background-color: #000; padding: 10px 20px; border: 2px solid #ff69b4; text-align: center; display: inline-block; margin: 10px; transition: background-color 0.5s ease; } a:hover { background-color: #000; color: #ff69b4; } code { font-family: monospace; font-size: 18px; color: #fff; background-color: #000; padding: 4px 6px; border: 1px solid #000; border-radius: 4px; white-space: pre; }