body {
    align-items: center;
    background: #fcfcf4;
    display: flex;
    flex-direction: column;
    font-family: 'Droid Serif', serif;
    height: 100vh;
    justify-content: center;
    margin: 0;
    min-height: 100vh;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.background-wave {
    background: none;
    left: 0;
    height: 100vh;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 0;
}

.background-wave::before {
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' viewBox='0 0 1200 400' xmlns='http://www.w3.org/2000/svg'><path d='M0,200 Q300,50 600,200 T1200,200' stroke='%2399aaff' stroke-width='6' fill='none' opacity='0.15'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 30vh;
    left: 0;
    position: absolute;
    top: 15vh;
    width: 100vw;
    z-index: 0;
}

.center-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70vh;
    margin-top: 0;
    z-index: 1;
}

.coming-soon {
    color: #2a3fd7;
    font-family: 'Droid Serif', serif;
    font-size: 4vw;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.1;
    margin-bottom: 0.2em;
    text-align: center;
}

.logo {
    bottom: 3vh;
    display: block;
    left: 0;
    height: 2vw;
    margin: auto;
    right: 0;
    position: absolute;
    z-index: 2;
}

.stay-tuned {
    color: #a34fd7;
    font-family: 'Dancing Script', cursive;
    font-size: 2vw;
    letter-spacing: 1px;
    margin-top: 0;
    text-align: center;
}