#header {
    padding: 2px;
}

#header a {
    text-decoration: none;
}

#header a:visited {
    text-decoration: none;
}

.author-name {
    font-size: 2rem;
    /*border: 1px solid #0000FF;*/  /*TODO: remove*/
}

.author-name a {
    color: var(--author-name-font-color);
}
