body{
    margin: 0;
    width: 100%;
}
.head-div{
    padding: 5px 0px;
    background-color: #5F9EA0;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
}

.head-div .left{
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    width: 45%;
    flex-wrap: wrap;
    justify-content: center;
}

.head-div .left img{
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.head-div .left .title{
    font-size:24px;
    font-weight: bold;
    color: #FFFFFF;
}

.head-div .right{
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    width: 55%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.head-div .right a{
    width: 100px;
    text-decoration: none;
    color: #FFFFFF;
    font-size:16px;
}

.head-div .right a:hover{
    color: orangered;
}

.head-div .right .active{
    color: orangered;
}

.content{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.content .content-desc{
    margin-bottom: 20px;
}

.content .img-about{
    width: 80%;
    max-width: 375px;
}


.private{
    text-align: left;
}

.private p{
    padding: 0px 15px;
    text-align: left;
}

.bottom{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
}
.bottom a{
    text-decoration: none;
    margin-left: 15px;
}
