/* Styles for the article page */ body { background-color: #f0f0f0; } h1 { color: #000000; background-color: #f5f5f5; border: 2px solid #000000; padding: 20px 10px 10px 10px; font-size: 24px; text-align: center; font-weight: bold; letter-spacing: 1px; } h1 a { text-decoration: none; } p { color: #000000; background-color: #f5f5f5; padding: 10px 10px 10px 10px; font-size: 18px; text-align: justify; letter-spacing: 1px; } p a { text-decoration: none; color: #000000; } code { background-color: #f5f5f5; padding: 5px 5px 5px 5px; font-size: 16px; border: 1px solid #000000; font-family: monospace; white-space: pre-wrap; word-wrap: break-word; } /* Add some brutalist touches */ h1 { text-shadow: 1px 1px 1px #000000; } p { text-shadow: 1px 1px 1px #000000; } code { text-shadow: 1px 1px 1px #000000; } /* Make the background a gradient */ background: linear-gradient(to bottom, #f0f0f0, #f5f5f5); } /* Add some brutalist typography */ h1 { font-family: "Bebas Neue", monospace; font-weight: bold; font-style: italic; } p { font-family: "Bebas Neue", monospace; letter-spacing: 2px; word-spacing: 2px; line-height: 1.2; } code { font-family: "Bebas Neue", monospace; letter-spacing: 1.5px; word-spacing: 3px; font-size: 14px; }