body {
            font-family: 'Arial', sans-serif;
            background-color: #f7f9fc;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            color: #333;
        }
.container {
    max-width: 800px;
    padding: 50px;
    text-align: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #2c3e50;
}
p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #555;
}
.coming-soon {
    font-size: 24px;
    font-weight: bold;
    color: #3498db;
    margin-bottom: 30px;
}
.contact {
    margin-top: 40px;
    font-size: 16px;
    color: #7f8c8d;
}