body {
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, #f7e7ce, #e8d4f2);
    font-family: 'Segoe UI', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: 4a3f35;
}

.coming-soon-container {
    text-alight: center;
    padding: 40px;
    background: #ffffffdd;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1)
}

h1 {
    font-size: 3em;
    margin-bottom: 0.2em;
}

.subtitle {
    font-size: 1.2em;
    color: #7e5a9b;
    margin-bottom: 1em;
}

h2 {
    font-size: 2em;
    color: #d97706;
}

.notify {
    font-size: italic;
    margin-top: 1em;
}