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

.container {
    text-align: center;
}

.logo {
    max-width: 100%;
    height: auto;
}

.text {
    margin-top: 20px;
    font-size: 1.2em;
    color: #333;
}