.coming-soon-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    text-align: center;
    padding: 20px;
}

.coming-soon-content h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.coming-soon-content p {
    font-size: 1.5em;
}
