@font-face {
  font-family: "Courier Prime";
  src: url('/static/fonts/courier_prime.ttf');
}

body {
  font-family: "Courier Prime", monospace;
  margin: 2rem;
}

h1 {
  font-weight: 444;
}

header {
  padding-bottom: 1rem;
  border-bottom: 1.5px solid; 
}

a:visited {
  color: #0000FF;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

ul li {
  padding-bottom: .75em;
}

.page-title {
  margin-bottom: 0;
}

.title-header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
