body {
    background-color: #fff;
}

.comingsoon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 950px;
    height: 517px;
    margin-top: -260px;
    /* Half the height */
    margin-left: -400px;
    /* Half the width */
}
