body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: radial-gradient(circle, rgba(8, 13, 19, 1) 0%, rgba(0, 0, 0, 1) 100%);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}



.coming-soon-container {
    text-align: center;
    padding: 20px;
}

h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    letter-spacing: 8px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

p {
    font-size: 1.2rem;
    opacity: 0.8;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
        letter-spacing: 4px;
    }

    p {
        font-size: 1rem;
    }
}
