@import url('https://fonts.googleapis.com/css?family=Merriweather');

body {
  font-family: 'Merriweather', serif;
}

h1 {
  font-size: 64px;
  margin-top: .4em;
  margin-bottom: .4em;
}

.p-author {
  font-size: 16px;
}

.e-instructions>li {
  margin-bottom: .5em;
}
