
body {
    background-color: #fbf8e7;
    margin: 0;
    font-family: Arial, sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
}

.logo {
    max-width: 400px;
    margin-bottom: 20px;
}

.coming-soon {
    color: orange;
    font-size: 48px;
    font-weight: bold;
}
