html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    user-select: none;
}

.background{
    height: 100%;
    width:100%;
    margin: auto;
    padding:0;
    background-color: #e8f3fc;
    /*background:url(../img/background.jpg);*/
    position: absolute;
}

.ui-box {
    height: 100%;
    width:100%;
    background-color: #efeee0;
    /*background:url(../img/background_.jpg);*/
    margin:auto;
    padding:0;
    position:relative;
}
