* {
  box-sizing: border-box;
}

html {
  -webkit-overflow-scrolling: touch;
}

body {
  text-align: center;
  /* font-family: 'Montserrat', sans-serif; */
  font-size: 14px;
}

.fa-book-open {
  font-size: 64px;
  color: #3EB370;

}

.title {
  font-size: 70px;
  font-family: "Menlo";
  color: #3EB370;
}

.sub-title {
  font-size: 12px;
  font-family: "Menlo";
  color: #999999;

}

.contact {
  font-size: 14px;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  /* font-family: "Menlo"; */
  color: #666666;

}