/* Put your styles here */
p {
    padding-left: 1em;
}
.hero-unit h1 {
    font-family: 'EB Garamond', serif;
    font-size: 40px;
/*    text-shadow: 4px 4px 4px #000;*/
}
h2 {
    font-size: 25px;
}
body {
    font-family: 'Noto Serif', serif;
}
.hero-unit {
  background-color: #292828;
  color: #9f9f9f;
}