h1 {
    font-size: 3em;
    font-weight: 700;
    color: #333;
}
.associate,
.similar,
.share {
    margin-top: 50px;
    background-color: #FFF;
}
.associate ul {
    margin: 0;
}
.similar ul {
    margin: 0 0 0 1em;
}
.similar li {
    margin: 5px 0;
}
.associate li {
    display: inline-block;
    margin: 0 5px;
}
.author {
    font-weight: 500;
    font-size: 1em;
    padding-bottom: 2rem;
}
.author a {
    color: inherit;
    text-decoration: none;
    text-transform: capitalize;
}
.author a:hover {
    color: inherit;
}
.post {
    background-color: #FFF;
}
.post .image {
    margin-bottom: 1.5rem;
}