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

.container {
    text-align: center;
}

.logo {
    width: 240px;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

p {
    font-size: 1.2rem;
    opacity: 0.8;
}
