html.coming-soon body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background: #ffffff;
}

