body {
    margin: 0;
    padding: 0;
    background: #0f0f12;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-align: center;
}

.container {
    margin-top: 10vh;
    padding: 20px;
}

.logo {
    width: 220px;
    max-width: 80%;
    margin-bottom: 40px;
}

h1 {
    font-weight: 300;
    letter-spacing: 2px;
}

.mission {
    max-width: 500px;
    margin: 20px auto;
    opacity: 0.8;
    font-size: 1rem;
    line-height: 1.6;
}

button {
    margin-top: 30px;
    padding: 12px 30px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

button:hover {
    background: #ffffff;
    color: #000000;
}

#emailContainer {
    margin-top: 20px;
    font-size: 1.1rem;
}