.content .entry-meta {
    display: none;
}

.content .entry-content :is(p, li, a, em, strong) {
    font-size: 1.1rem;
    max-width: 66ch;
}

.content .entry-title {
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    color: #0072bc;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 1.6rem;
    line-height: 1.3;
    text-transform: none;
}