@font-face { font-family: 'C64'; src: url('fonts/pressstart2p.ttf'); } body { margin: 0; padding: 0; background-color: #1e1e70; color: #80a4ff; font-family: 'C64', monospace; font-size: 12px; line-height: 1.6; text-shadow: 0 0 2px #80a4ff; } header { text-align: center; padding: 20px; border-bottom: 2px solid #80a4ff; } .logo { width: 120px; image-rendering: pixelated; } main { max-width: 700px; margin: 0 auto; padding: 20px; } h1, h2, h3 { color: #b5caff; text-shadow: 0 0 5px #5a8cff; } a { color: #ffff80; text-decoration: none; } footer { text-align: center; padding: 10px; border-top: 2px solid #80a4ff; margin-top: 40px; } .background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url('assets/bg_stars.png') repeat; opacity: 0.2; z-index: -1; } .next { color: #ffff80; margin-top: 20px; }