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

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