/**
 * Handball Sponsoring Manager - Redirect Page Styles
 */

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #0a0a0a;
    color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}

.redirect {
    text-align: center;
}

.redirect a {
    color: #e11d48;
    text-decoration: none;
}
