Spaces:
Sleeping
Sleeping
| @import url('https://fonts.googleapis.com/css2?family=VT323&display=swap'); | |
| html, body { | |
| background-color: #0f0f1a; | |
| color: #00ffcc; | |
| font-family: 'VT323', monospace; | |
| font-size: 18px; | |
| } | |
| .title { | |
| color: #ff00cc; | |
| font-size: 40px; | |
| text-shadow: 0 0 5px #00ffff; | |
| text-align: center; | |
| } | |
| .cyber-text { | |
| background-color: rgba(0, 255, 204, 0.05); | |
| padding: 1rem; | |
| border-left: 4px solid #00ffcc; | |
| margin-bottom: 1rem; | |
| } | |
| .cyber-list { | |
| list-style-type: '⚡ '; | |
| padding-left: 1.5rem; | |
| } | |
| .ascii { | |
| margin-top: 2rem; | |
| font-size: 16px; | |
| text-align: center; | |
| color: #00ffff; | |
| } |