body {
    font-family: 'Poppins', sans-serif;
    background: #f2f6fc;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    text-align: center;
    margin: auto;
    padding: 40px 20px;
}

.heading {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.subheading {
    font-size: 1.2rem;
    color: #34495e;
    margin-bottom: 20px;
}

.coming-soon {
    font-size: 1.5rem;
    color: #27ae60;
    font-weight: 600;
}

.footer {
    text-align: center;
    padding: 20px 10px;
    background-color: #ecf0f1;
    font-size: 0.9rem;
    color: #7f8c8d;
}

.footer-link {
    color: #2980b9;
    text-decoration: none;
    margin: 0 5px;
}

.footer-link:hover {
    text-decoration: underline;
}
