
body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4CAF50; /* Placeholder green background */
    font-family: 'Arial', sans-serif;
}

.logo-container {
    text-align: center;
}

.logo-container img {
    max-width: 100%;
    height: auto;
}

.coming-soon {
    margin-top: 20px;
    font-size: 2em;
    color: #ffffff; /* Placeholder text color */
}
