body, input, textarea, select, button {
  font-family: 'Times New Roman', Times, Helvetica, serif;
  font-size: 18px;
}
h1 {
  font-size: 48px;
  font-weight: normal;
}
h2 {
  font-size: 32px;
  font-weight: normal;
}
h3 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
}
