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

.container {
    text-align: center;
}

.logo {
    max-width: 300px;
    height: auto;
    margin-bottom: 20px;
}

h1 {
    font-size: 2em;
    font-weight: 500;
}
