body {
    margin: 0;
    padding: 1rem;
    background-color: #000;
    color: #00ffff;
    font-family: 'Orbitron', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100vh;
    max-width: 100vw;
    overflow-x: hidden;
}

img.logo {
    width: 320px;
    margin-bottom: 2rem;
}

h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

p {
    font-size: 1.1rem;
    max-width: 90vw;
    padding: 0 1rem;
    word-wrap: break-word;
}

footer {
    position: absolute;
    bottom: 1rem;
    font-size: 0.9rem;
    color: #888;
}

