/* /* Styles for the Neo-Brutalist Manifesto A site for those who reject the bland, the boring, and the beige */ body { background: linear-gradient(to bottom, #FF0000, #00FF00); font-family: Arial; font-size: 12px; color: #000; text-align: center; margin: 0; } h1, h2, h3, h4 { border: 4px solid #000; padding: 2px 6px 2px 6px; font-weight: bold; margin: 0; text-rendering: optimizeLegibility; text-transform: uppercase; } a { text-decoration: none; font-weight: bold; text-align: center; display: inline-block; margin: 0; transition: all 0.2s; background: linear-gradient(#000, #000 0px, #000 2px, #000); box-shadow: 0px 0px 0px #000; border: 4px solid #000; padding: 0 6px 0 6px; color: #FFF; } a:hover { background: linear-gradient(#000, #000 2px, #000 0px, #000); box-shadow: 0px 0px 4px #000; border: 4px solid #000; transition: all 0.2s; } p { font-size: 10px; line-height: 1.2; margin: 0; padding: 0; text-align: center; font-family: Arial, sans-serif; color: #000; border: 2px solid #000; background: linear-gradient(#000, #000 0px, #000 2px, #000); box-shadow: 0px 0px 0px #000; border-bottom: 0px solid #000; text-rendering: optimizeLegibility; } img { width: 100%; height: 200px; object-fit: cover; border: 4px solid #000; box-shadow: 0px 0px 4px #000; margin: 0; } /* Styles for the Neo-Brutalist Manifesto A site for those who reject the bland, the boring, and the beige */ h2 { background: linear-gradient(to right, #FF0000, #00FF00); border: 4px solid #000; padding: 2px 6px 2px 6px; font-weight: bold; margin: 0; text-rendering: optimizeLegibility; text-transform: uppercase; } /* Styles for the Neo-Brutalist Manifesto A site for those who reject the bland, the boring, and the beige */