body {
  margin-top: 50px;
  font-family: 'Dosis', sans-serif;
}

h2, h4 {
  margin-top: 2rem;
}

h2 {
  margin-bottom: 0;
}

footer {
  text-align: center;
  color: grey;
  position: relative;
  bottom: -50px;
}

main {
  background-color: 'light-gray';
}
