body {
    width: 100%;
    margin: 0 auto;
    min-width: 1400px;
    background-color: #f4f4f4;
}

.navs {
    background-color: rgba(28, 187, 155, 0.8);
    color: #1cbb9b;
    padding: 10px;
    color: white;
    width: 80%;
    margin-left: 10%;
    border-radius: 5px;
}

.navs nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.navs nav ul li {
    display: inline;
}

.navs nav ul li:hover {
    background-color: #17a085;
}

.navs nav ul li a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    align-items: center;
}

@font-face {
    font-family: "cjl";
    src: url("../images/cjl.ttf");
}

.content {
    width: 80%;
    margin-left: 10%;
}
.content h2{
    font-family: cjl;
    color: #17a085;
    font-size: 30px;
    text-align: center;
}
.content h3{
    font-size: 26px;
    text-align: center;
    font-weight: lighter;
}
.content img{
    width: 80%;
    margin-left: 10%;
}
.content p{
    font-size: 22px;
    font-weight: lighter;
    text-indent: 2em;
}
