article h1, article h2 {
    line-height: 1.2;
}

article p {
    text-align: justify;
    line-height: 1.4;
}

article .responsive-img {
    max-width: 100%;
    width: 100%;
}

article a {
    color: #000;
}

article a:hover {
    color: #6bc048;
}