h1 {
    text-align: center;
}

p {
    color: #787878;
}

.content_title {
    /* background-color: blue; */
    width: 1180px;
    height: 35px;
    margin: 0 auto;
    border-bottom: solid 1px black;
    margin-top: 100px;
}

.content_title h4 {
    text-align: center;
}

/* .core_1 {
    width: 1180px;
    height: auto;
    margin: 60px auto;
    border-radius: 50px;
    margin-top: 20px;
}

.core_1 img {
    padding-top: px;
    text-align: center;
    width: 1180px;
    height: auto;
} */



.written {
    /* background-color: blanchedalmond; */
    width: 407px;
    height: 130px;
    margin-top: 77px;
    margin-left: 61px;
    float: left;
    border-bottom: solid 1px #787878;
    border-top: solid 1px #787878;
}

.administration {
    width: 415px;
    height: 200px;
    background-color: white;
    box-shadow: 5px 7px 16px rgba(255, 254, 254, 0.3);
    border-radius: 27px;
    margin-top: 40px;
    float: left;
    margin-left: 40px;
}

