.redirect-wrapper {
    display: flex; /* Visible by default for non-JS users */
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 50vh;
    padding-top: 80px;
    text-align: center;
}

.redirect-logo {
    max-width: 220px;
    height: auto;
    margin-bottom: 40px;
}
