body {
    margin: 0;
    padding: 0;
    background-color: #251e21;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.content {
    text-align: center;
}

.logo-container img {
    max-width: 100%;
    height: auto;
}

.coming-soon {
    margin-top: 20px;
}

.coming-soon p {
    color: #FFFFFF; /* Text color */
    font-size: 1.2em; /* Adjust the font size as needed */
    margin: 0;
}
