.redactor-styles h2 {
    font-size: 36px;
    font-weight: bold;
}

.redactor-styles h3 {
    font-size: 28px;
    font-weight: bold;
}

.redactor-styles p {
    font-size: 16px;
}

.redactor-styles p.link-element a {
    border:  1px solid #006039;
    font-weight: 800;
    color:  #006039;
    padding:  10px 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none;
}