.launching-container {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}

.curtain-img {

    height: 100vh;
}

.launch-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    top: 50%;
    width: 300px;
    /* margin: 0px; */
    color: #b40000;
    font-size: 18px;
    background: #fff;
    padding: 10px 5px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
}

.launch-title {
    background: #294389;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 1.4rem;
    font-weight: 600;
}
