<!DOCTYPE html> <html lang="de"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Generation 80er Revival</title> <link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Lobster&display=swap" rel="stylesheet" /> <style> /* Grundlayout */ body { background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 70%); color: #e0e0e0; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; padding: 20px; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .container { animation: flicker 0.1s infinite; text-align: center; max-width: 720px; background: rgba(30, 30, 30, 0.85); padding: 40px 30px; border-radius: 15px; box-shadow: 0 0 10px #ff0055, 0 0 20px #ff0055, 0 0 30px #ff0055; position: relative; } /* Retro-Glühen um die Box */ .container::before { content: ''; position: absolute; top: -8px; bottom: -8px; left: -8px; right: -8px; border-radius: 20px; pointer-events: none; box-shadow: 0 0 20px #ff0055, 0 0 40px #ff0055, 0 0 60px #ff0055; opacity: 0.3; animation: pulseGlow 3s infinite ease-in-out; } /* Titel */ .title { font-family: 'Lobster', cursive; font-size: 56px; color: #ff0055; text-shadow: 2px 2px 12px rgba(255, 0, 85, 0.7); margin-bottom: 30px; user-select: none; } /* Text */ .text { font-family: 'Kaushan Script', cursive; font-size: 24px; line-height: 1.8; max-width: 700px; margin: 0 auto; white-space: pre-line; /* Ver mais