footer{
  position: absolute;
  bottom: 0;
  right: 0;
  color: #D3D3D3;
  opacity: 0.5;
  margin-right: 8px;
  margin-bottom: 4px;
}
.internal-link{
  text-decoration: none;
  margin-left: 8px;
}
.avatar{
  /* draggable: false; */
  -webkit-user-drag: none;
}

.site-content{
  margin: 5%;
  font-size: 80%;
}
h1 {
  font-size: 130%;
}
h2 {
  font-size: 120%;
  margin-bottom: 0.5rem;
}
h3 {
  font-size: 110%;
}