header.title div {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

header.title time {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

header.title {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

header.title h1 {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 800px) {
  header.title {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
}

header.title h1:after {
  content: " ";
  width: 5rem;
  height: 1px;
  border-bottom: 1px solid var(--highlight-color);
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
}
