html {
    height: 100%;
}
body {
    background-color: #D2ECE7;
    outline: 0px dotted #bad1cc;
    outline-offset: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #106d57;
    line-height: 1.6;
    opacity: 0;
    transition: opacity 1s;
    background-image: url("img/bg.png");
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom right;
}
.content {
    width: 1100px;
    height: fit-content;
    margin: auto;
    outline: inherit;
}
.center-body {
    outline: inherit;
    width: 700px;
    height: 100%;
    float: left;
}
.left-body {
    outline: inherit;
    width: 200px;
    height: 100%;
    float: left;
}
.right-body {
    outline: inherit;
    width: 200px;
    height: 100%;
    float: right;
}
.header {
    outline: inherit;
    width: 100%;
    height: 35px;
    padding-top: 20px;
}
.title {
    outline: inherit;
    width: 100%;
    height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 1.75em;
    margin-top: 20px;
    margin-bottom: 5px;
}
.text1 {
    outline: inherit;
    width: 100%;
    height: auto;
    text-align: center;
    
} 
.text2 {
    outline: inherit;
    height: inherit;
    width: auto;
    display: table-cell;
    vertical-align: middle;
}
.footer {
    outline: inherit;
    width: 100%;
    height: 130px;
    margin-top: 20px;
}
.end {
    outline: inherit;
    width: 70px;
    height: 70px;
    margin: auto;
    margin-top: 30px;
    background-color: white;
    visibility: hidden;
}
.img1 {
    outline: inherit;
    width: 100%;
    height: 250px;
    background-color: white;
    background-image: url("img/title.png");
    background-size: initial;

}
.img2 {
    outline: inherit;
    height: inherit;
    width: 100px;
    margin-right: 40px;
    float: left;
    background-color: white;
    background-size: cover;
    background-image: url("img/portrait.jpg");
}
.img3 {
    outline: inherit;
    width: 70px;
    height: 70px;
    background-color: white;
    background-image: url("img/logo.png");
    background-size: contain;
    float: right;
    margin-right: 80px;
    margin-top: 55px;
}
.img4 {
    outline: inherit;
    background-color: white;
    width: 25px;
    height: 15px;
    float: right;
    margin-right: 0px;
    background-size: cover;
    visibility: hidden;
}
.img5 {
    outline: inherit;
    background-color: white;
    width: 25px;
    height: 15px;
    float: right;
    margin-right: 20px;
    background-size: cover;
    visibility: hidden;
}
a {
    color: #1e3163;
    text-decoration: none;
    font-weight: 500;
}