body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
}

h1 {
    font-size: 5rem;
    margin: 0 0 1rem 0;
    font-weight: bold;
}

h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0 0 2rem 0;
    color: #cccccc;
}

p {
    font-size: 1.5rem;
    color: #888888;
    font-style: italic;
}
