.main-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main-content .logo {
    margin-bottom: 20px;
}

.main-content .logo img {
    max-width: 100%;
    width: auto;
    height: 50px;
}
