body {
    font-size: 20px;
}

img {
    border: 1px solid red;
    width: 700px;
    height: 510px;
}

#articles_title {
    font-weight: bold;
    text-align: center;
}

#articles-content {
    margin: 0 auto;
    width: 80%;
}

#articles-content p {
    font-weight: bold;
}