body, html {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    background-color: #131313;
}

.redirect-container {
    text-align: center;
}

#logo {
    max-width: 150px;
    margin-bottom: 20px;
}

p {
    margin: 0;
    font-size: 20px;
    color: #f0f0f0;
    font-family: 'Beba Neue', sans-serif;
}
