*{
  font-family: "Montserrat"
}
  h1,h2,h3,h4,h5,h6{
    color: fuchsia;
    font-variant: small-caps;
  }
  hr{
    border-style: dashed;
    color: lightgrey;
  }
  h1{
    font-size: 30px;
  }
  h2{
    font-size: 24px;
    /* font-stretch: extra-expanded; */
    font-style: italic;
    letter-spacing: 3px;
  }
  p{
    background-color: lightcyan;
    font-size: 12px;
    padding: 20px;
    margin: 20px 50px 10px 100px;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 2;
    text-indent: 20px;
    text-align: justify;
  }s
