blockquote p {
    font-size: 1rem;
}

author {
    display: block;
    text-align: right;
}

author::before {
    content: '~ ';
}

h1 > p {
    font-size: 1.75rem;
}

separator {
    display: block;
    text-align: center;
    font-size: 2.5rem;
}

a img {
    width: 2.7rem;
}