.page_title-text {
  font-family: "Oswald", sans-serif;
  font-size: calc(300% + 1vw);
  color: var(--white);
  text-decoration: underline;
}

header a:link {
  text-decoration: none;
}

header a:visited {
  color: var(--white);
  text-decoration: none;
}

header a:hover {
  text-decoration: none;
}

@media screen and (min-width: 650px) {
  .page_title-text {
    text-decoration: none;
  }
}
