/* Neo-Brutalist Aesthetic CSS */ body { background-color: #000; color: #fff; margin: 0; padding: 0; font-family: 'Menlo', sans-serif; line-height: 1.5; font-size: 18px; text-rendering: optimizeLegibility; text-transform: uppercase; box-sizing: border-box; -moz-osx-font-stretch: auto; -webkit-font-smoothing: true; } body *, * { box-sizing: border-box; margin: 0; padding: 0; } body a { text-decoration: none; color: inherit; } body a:focus { outline: none; } h1, h2, h3, h4, h5, h6 { font-weight: bold; font-family: 'Bungee', sans-serif; text-rendering: optimizeLegibility; margin: 0; padding: 0; line-height: 1.2; text-align: center; color: #f00; } h2 { font-size: 20px; border-bottom: 4px solid #f00; padding-bottom: 8px; } h3 { font-size: 18px; border-bottom: 2px solid #0f0; padding-bottom: 4px; } h4 { font-size: 16px; border-bottom: 1px solid #00f; padding-bottom: 2px; } h5 { font-size: 14px; border-bottom: 1px solid #0f0; padding-bottom: 2px; } h6 { font-size: 12px; border-bottom: 1px solid #f00; padding-bottom: 1px; } p { font-size: 16px; font-weight: normal; margin: 0 0 16px 0; padding: 0; line-height: 1.5; text-rendering: optimizeLegibility; border-bottom: 1px solid #000; } p a { text-decoration: none; color: #000; font-weight: normal; margin-bottom: -2px; } code { background-color: #f0f; color: #f00; border: 1px solid #000; padding: 2px 4px; font-size: 12px; border-radius: 4px; font-family: 'Bungee', monospace; text-rendering: optimizeLegibility; white-space: pre-wrap; word-wrap: break-word; } pre { background-color: #00f; color: #00f; border: 1px solid #000; padding: 4px; font-size: 16px; border-radius: 4px; font-family: 'Bungee', monospace; text-rendering: optimizeLegibility; white-space: pre; word-wrap: break-word; } img { display: block; margin: 0 0 16px 0; width: 100%; height: auto; object-fit: cover; border: 0; } a { text-decoration: none; color: #00f; text-rendering: optimizeLegibility; transition: color 0.2s ease; } a:hover { text-decoration: none; color: #0f0; transition: none; } a:visited { text-decoration: none; color: #00f; text-rendering: optimizeLegibility; transition: none; } a:active { text-decoration: none; color: #f00; text-rendering: optimizeLegibility; transition: none; } a:focus { text-decoration: none; color: #f00; text-rendering: optimizeLegibility; transition: none; }