body {
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.container {
    text-align: center;
}

h1 {
    font-size: 3em;
    color: #333;
    margin-bottom: 0.5em;
}

.coming-soon {
    font-size: 1.5em;
    color: #777;
}
