
body {
  font-family: "lato";
  color: #4b4b4d;
}

h2 {
  color: #367337;
  font-size:20px!important;
  text-align: center;
  font-weight:700!important;
}

p {
  font-family: "lato";
  font-size: 20px;
}

a:link{
 color: #4b4b4d;
 text-decoration:none!important;
}
a:hover{
    color: #367337;
}
