body {
    text-align: center;
    margin: 0;
}

#unity-container {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
#gameContainer {
    width: 960; 
    height:600; 
    padding: 0px; 
    margin: auto; 
    border: 0px; 
    position: relative; 
    center center / cover;"
}
.webgl-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: src("TemplateData/index_bg.png");
}

#gameContainer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
}
.webgl-content .footer {
    margin-top: 5px;
    height: 38px;
    line-height: 38px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 18px;
    background-color: white;
}

    .webgl-content .footer .title {
        margin-right: 10px;
        float: right;
    }

    .webgl-content .footer .sub {
        margin-right: 0px;
        float: right;
    }
