  /* If the screen size is 600px wide or less */
  @media screen and (max-width: 400px) {

    .headertitle1 {
        font-size: 22px;
      }
    .headertitle2 {
        display: none;
      }
  }