body {
    font-family: 'Arial', sans-serif;
    color: #333;
    background-color: #101136 !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.coming-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    font-size: 2rem;
    color: #ffffff;
    font-weight: 900;
    padding: 2rem 1rem;
}

/* Responsive "Coming Soon" Text */
@media (max-width: 768px) {
    .coming-soon {
        font-size: 1.5rem;
    }
}
