/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

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

h1 {
    font-size: 60px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #222;
}

.highlight {
    color: #007BFF;
}

.tagline {
    font-size: 24px;
    color: #555;
    margin-bottom: 50px;
}

.coming-soon {
    font-size: 32px;
    margin-bottom: 30px;
    color: #6c757d;
}

.social-media a {
    text-decoration: none;
    color: #fff;
    background-color: #FF0000;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    display: inline-block;
}

.social-media a:hover {
    background-color: #CC0000;
}

.contact {
    margin-top: 50px;
    font-size: 18px;
    color: #777;
}
