body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    background-color: #ffffff;
    color: #333;
    text-align: center;
}

#logo {
    max-width: 150px;
    margin-bottom: 20px;
}

main {
    max-width: 600px;
    padding: 0 20px;
}

h1 {
    font-size: 2em;
    color: #2c3e50;
}

p {
    font-size: 1.1em;
    line-height: 1.6;
}
