#totalLayout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image:url("../img/bg.jpg");
    background-repeat: repeat;
    /* background-size:cover; */
    background-color: #fff;
    min-height: 100vh;
}
#totalLayout.homepage #contentBox {
    max-width:1100px;
    min-height: 70vh;
    background-color: #fff;
    border:#fff solid 20px;
    -webkit-box-shadow: inset 0px 0px 1px 2px #fff; 
    box-shadow: inset 0px 0px 1px 2px #fff;
}