body {width: 100%;height: 100%;margin: 0px;padding: 0px;overflow: auto;}
.ContPrin{display:inline-block;position:absolute;width:100%;height:100%}
.ContMain {display: inline-block;position: relative;width: 100%;height: 130px;text-align: center;}
.ContMain .ImgLogo {display: inline-block;position: relative;width:auto;height:60px;}
.ContMain .ContLic {display: inline-block;position: relative;width:100%;height:auto;font-family:Arial;font-size:30px;}
.ContBody {display: inline-flex;position: relative;width: 100%;height: calc(100% - 130px - 40px);align-items: center;}
.ContBody .ContInf {display: inline-block; position: relative; width: 100%;height:auto; text-align:center;}
.ContBody .ImgFile {position: relative;display: inline-block;width: 256px;height: 256px;text-align: center;}
    .ContBody .CssText {
        position: relative;
        display: inline-block;
        width: 100%;
        height: auto;
        font-family: Arial;
        font-size: 15px;
        margin-top: 20px;
    }
.ContFooter {display: inline-block;position: absolute;width: 100%;top: calc(100% - 40px);text-align: center;font-family: Arial;font-size: 15px;left:0px;}







