.page__content {
    font-size: 18px;
}

.masthead {
    font-size: 22px !important;
}

.author__avatar img {
    max-width: 170px !important;
}

@media (min-width: 64em) {
    .page {
        float: inline-end;
        padding-inline-end: 0;
    }
}

.page__content a,
.page__content a:visited {
    color: inherit;
    font-weight: bold;
    text-decoration: none !important;
}

.page__content a:hover,
.page__content a:visited:hover {
    color: blue;
    text-decoration: none !important;
}