html, body {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f2f5;
}

.logo-container {
    text-align: center;
}

.logo {
    width: 128px;
    height: 128px;
}
