body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f4f4f4;
    color: #333;
    text-align: center;
}

.main-container {
    max-width: 800px;
    padding: 20px;
}

h1 {
    font-size: 3em;
    margin-bottom: 20px;
    color: #2c3e50;
}

p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
}

.coming-soon {
    font-size: 1.5em;
    color: #e74c3c;
    margin-top: 50px;
}

.footer {
    margin-top: 50px;
    font-size: 0.9em;
    color: #777;
}

.highlight {
    color: #3498db;
    font-weight: bold;
}
