.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 {
    text-decoration: none;
    background-color: #1a5c98;
    padding: 5px 10px;
    color: #ffd83d;
    text-transform: uppercase;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 700;}