css /* Neobunker Blog Styles */ body { background-color: #000; color: #fff; margin: 0; padding: 0; font-family: 'Neobunker', sans-serif; font-size: 16px; line-height: 1.5; text-align: center; } h1 { color: #ff0; border-bottom: 2px solid #000; padding: 2px 0; margin: 0; font-weight: bold; font-size: 24px; text-shadow: 0 0 2px #333; } h2 { color: #ff00ff; border-bottom: 4px solid #333; padding: 4px 0; margin: 0; font-weight: bold; font-size: 18px; text-shadow: 0 0 4px #666; } h3 { color: #00ffff; border-bottom: 2px solid #000; padding: 2px 0; margin: 0; font-weight: bold; font-size: 18px; text-shadow: 0 0 2px #333; } p { color: #fff; font-size: 16px; line-height: 1.5; margin: 0; border-bottom: 2px solid #000; } a { color: #00ff00; text-decoration: none; font-weight: bold; border-bottom: 4px solid #000; padding: 2px 4px; margin: 0 4px 0 0; text-shadow: 0 0 4px #333; } a:hover { text-shadow: 0 0 8px #666; } code { background-color: #000; color: #fff; font-size: 16px; border: 4px solid #fff; padding: 4px 8px; margin: 4px 8px 4px 0; border-radius: 8px; text-align: left; white-space: pre-wrap; word-wrap: break-word; text-overflow: ellipsis; overflow: auto; max-width: 100%; } pre { background-color: #000; color: #fff; font-size: 16px; border: 4px solid #fff; padding: 4px 8px; margin: 4px 8px 4px 0; border-radius: 8px; text-align: left; white-space: pre-wrap; word-wrap: break-word; text-overflow: ellipsis; overflow: auto; max-width: 100%; } /* Neobunker Button Styles */ .button { border: 2px solid #000; padding: 8px 16px 8px 16px; background-color: #000; border-radius: 4px; cursor: pointer; color: #fff; text-shadow: 0 0 4px #666; transition: all 0.3s ease; text-align: center; margin: 8px; font-size: 14px; line-height: 1.2; text-align: center; font-family: 'Neobunker', sans-serif; } .button:hover { background-color: #333; border: 2px solid #fff; color: #000; text-shadow: 0 0 8px #666; transition: all 0.3s ease; text-align: center; margin: 8px; font-size: 14px; line-height: 1.2; text-align: center; font-family: 'Neobunker', sans-serif; }