/* Neobrutalist CSS */ body { font-family: 'Arial', sans-serif; background-color: #333; color: #fff; margin: 0; padding: 0; } a { color: #fff; text-decoration: none; border-bottom: 4px solid #fff; } a:hover { border-bottom: 4px solid #666; } h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #f00; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); } body, html { width: 100%; height: 100vh; overflow: hidden; } * { box-sizing: border-box; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } /* ::-webkit-scrollbar { width: 10px; } */ /* .neobrutalist-content { background-color: #fff; padding: 20px; } */ /* .neobrutalist-content::before { content: ''; position: relative; width: 0; height: 0; border-top: 10px solid #f00; border-right: 0; border-bottom: 0; border-left: 0; } */ /* .neobrutalist-content::after { content: ''; position: relative; width: 0; height: 0; border-bottom: 10px solid #f00; border-right: 0; border-top: 0; border-left: 0; } */ /* :root { background-color: #333; } */ /* :root::after { content: ''; position: relative; width: 0; height: 0; border-bottom: 10px solid #f00; border-right: 0; border-top: 0; border-left: 0; } */ /* :root::before { content: ''; position: relative; width: 0; height: 0; border-top: 10px solid #f00; border-right: 0; border-bottom: 0; border-left: 0; } */ /* End of Neobrutalist CSS */