#loading-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(93, 188, 184, 0.86);
    padding: 200px 50px 0 50px;
    text-align: center;
}
#loading-box h1{
    position: absolute;
    bottom: 320px;
    left: 0;
    padding: 0 40px;
    line-height: 48px;
    color: white;
    font-size: 40px;
}