h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Mono', monospace;
}
p, div {
    font-family: 'Roboto Mono', monospace;
}
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
img.wrap {float: right}
.project-link {
  color: #3E3E3E !important;
}
.project-link:hover {
  color: #646464 !important;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
