.author {
    color: #C39F59;
}

header a.author:link {
    color: #C39F59;
}

header a.author:visited {
    color: #C39F59;
}

header a.author:hover {
    color: #C39F59;
}

header a.author:active {
    color: #C39F59;
}

.date {
    color: #869D38;
}

header .avatar {
    position: relative;
    height: 50px;
}
  
header .avatar img {
    position: absolute;
    width: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
  
header .avatarMask {
    clip-path: circle(150px at center);
    -webkit-clip-path: circle(150px at center);
}

img.avatar-border {
    filter: opacity(0%);
    position: absolute;
    width: 0px;
    height: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
}