body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #ffffff;
    color: #333;
}

.container {
    text-align: center;
    max-width: 500px;
}

.logo {
    margin-bottom: 20px;
}

h1 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 15px;
}

p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.footer {
    margin-top: 50px;
    font-size: 12px;
    color: #999;
    border-top: 1px solid #eee;
    padding-top: 20px;
    width: 100%;
}