html, body {
    height: 100%;
    margin: 0;
    background-color: #ffffff;
}

.center-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-image {
    max-width: 20rem;
}

@media (min-width: 768px) {
    .logo-image {
        max-width: 24rem;
    }
}