body {
  padding: 6rem;
  font-family: "Lato", sans-serif;
}

.heading {
  font-family: "Montserrat";
  font-size: 2rem;
}

.subheading {
  margin-top: 3rem;
  width: 65%;
  color: #787878;
  line-height: 1.5rem;
  font-family: "Lato", sans-serif;
}


button {
  font-family: "Lato", sans-serif;
  padding: 0.5rem;
  margin-top: 2rem;
  border-radius: 0;
  font-size: 1em;
  border: solid 1px black;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  outline: none;
}

a:-webkit-any-link{
  color: black;
  border-color: black;
}

a{
  color: black;
  border-color: black;
}
