@charset "UTF-8";
#newcon {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../image/bg5.jpg);
}
#newcon h1 {
    text-align: center;
    font-size: 3em;
    color: #4E443D;
}
#newcon article {
    color: #4E443D;
    text-align: justify;
    line-height: 28px;
}
