body {
    margin: 0;
    min-height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #111827;
    color: #f9fafb;
    font-family: Arial, sans-serif;
}

.container {
    text-align: center;
}

h1 {
    font-size: 48px;
    margin-bottom: 8px;
}

p {
    color: #9ca3af;
}