/* CSS files add styling rules to your content */

body {
  font-family: helvetica, arial, sans-serif;
  margin: 2em;
  color: #666666;
  max-width:60%;
  margin-left:5%;
}

h1 {
  font-variant: small-caps;
  color: #3C91E6;
}

h2 {
  font-style: bold;
  color: #5FAD41;
  
}
h3 {
  font-weight: 400;
  color: #888888;
}
h4 {
  font-weight: 400;
  color: #FB5A62;
}