* {
  font-family: "Montserrat","Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
}

html, body {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: #fff;
  line-height: 1.5em;
  color:#1b1b1b;
}

main {
  margin: auto;
  padding: 7%;
  max-width: 800px;
  margin:0 auto;
  text-align: justify;
}

a, a:visited  {
  color: #1b1b1b;
  text-decoration-color: #FFF ;
}

a:hover {
  text-decoration-color: black;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
}

main > h1 {
  text-align: left;
  font-size: 3.5em;
  font-weight: 200;
  line-height: 1em;
}

main > h2 {
  font-weight: 200;
}

main > h3 {
  font-weight: 200;
}

@media only screen and (max-width: 600px) {
  body {
    width: auto;
  }

  main > h1 {
    text-align: left;
    font-size: 2em;
    font-weight: 300;
  }

}