body {
    margin: 0;
    font-family: "Orbitron", sans-serif;
    background: #0e0e0e;
    color: #00ffea;
    overflow-x: hidden;
    text-align: center;
    letter-spacing: 1.6px;
}
#hero {
    background: linear-gradient(135deg, #00ffea, #000);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
}
.hero-content {
    max-width: 600px;
}
.hero-content h2 {
    font-size: 3rem;
    margin-bottom: 20px;
}
.hero-content p {
    font-size: 1.5rem;
    margin-bottom: 30px;
}
h1 {
    font-size: 3em;
}
