.body h2 {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
}
.body p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0;
    color: #bbb;
}
    .body p > a {
        color: red;
        text-decoration: none;
    }