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

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

.content {
    width: 80%;
    margin-left: 10%;
}

.content img {
    width: 100%;
    border-radius: 20px;
}

.content h1 {
    font-family: 'cjl';
    color: #17a085;
    font-size: 50px;
    font-weight: bolder;
    text-align: center;
}

.showing-1 {
    width: 80%;
    height: 620px;
    margin-left: 10%;
    background-color: #17a085;
    border-radius: 20px;
    margin-top: 50px;
}
.showing-1:hover img{
    transform: scale(0.99);
}

.text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
    margin-right: 40px;
    margin-top: -20px;
}

.text a {
    color: white;
    text-decoration: none;
    font-weight: bolder;
}

.text p {
    color: white;
    font-size: 22px;
}

.showing-2 {
    display: flex;
    justify-content: space-between;
    height: 300px;
    width: 70%;
    margin-left: 15%;
    border-radius: 20px;
    background-color: #f4f2f0;
    border: #f4d794 solid 1px;
    margin-top: 50px;
}

.showing-2-left {
    width: 50%;
}
.showing-2-left img{
    width: 100%;
    height: 100%;
}
.showing-2:hover img{
    transform: scale(1.05);
}
.showing-2-right {
    width: 50%;
    margin-left: 30px;
}
.showing-2-right h2{
    color: #97855c;
}
.showing-2-right hr{
    width: 90%;
    margin-right: 30px;
}
.showing-2-right p{
    margin-right: 20px;
}
.showing{
    background-color: #17a085;
    width: 80%;
    margin-left: 10%;
    border-radius: 20px;
    border: #1cbb9b solid 1px;
    height: auto;
    margin-top: 40px;
}
.showing h3{
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-size: larger;
}
.showing-text{
    background-color: #f4f4f4;
    height: 220px;
    padding-top: 10px;
}
.showing-text p{
    padding-left: 30px;
    padding-right: 30px;
    text-indent: 2em;
    font-size: 19px;
    font-weight: lighter;
}
.frame{
    width: 80%;
    margin-left: 10%;
    height: 600px;
    margin-top: 100px;
}
