body {
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
    padding: 2rem;
    max-width: 600px;
}

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

.intro {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.contact {
    margin-bottom: 1rem;
    font-size: 1rem;
}

a {
    color: #00f6ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.note {
    font-style: italic;
    font-size: 0.9rem;
    color: #aaa;
}