body {
    align-items: center;
    background: #f9fafb;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.redirect {
    color: #6b7280;
    text-align: center;
}

.redirect a {
    color: #2c5aa0;
}
