#head h1 {
    text-align: center;
}

#articles-list li {
    display: inline-block;
    list-style: none;
    font-size: 20px;
    font-weight: bold;
}

#articles-list a {
    text-decoration: none;
}

#articles-head h2 {
    text-align: center;
}

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

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