body {
  padding-top: 0px;
  background-color: black;
  color: white;
  background-image: url("/images/header3.png");
  background-position: center 50px;
  background-repeat: no-repeat;
  background-size: auto 400px;
  font-family: tahoma;
}

.page-title {
  padding-top: 20rem;
  text-align: center;
}

@media (max-width: 575px) {
   .page-title  > h1 {
      font-size: 5em;
    }
}

@media (min-width: 576px) {
   .page-title  > h1 {
      font-size: 8em;
    }
}

.page-title > p {
  font-size: 1.5em;
}

.page-content {
  padding-top: 3rem;
  text-align: left;
}
