body {
  font-family: 'Cabin', sans-serif;
  font-size: 32px;
  line-height: 1.3;
  color: #e0e0e0;
  background-color: #263136;
  text-align: center;
}
h1, h2, h3 {
  font-family: 'Oswald', sans-serif;
  color: white;
}
a {
  color: #e7ad52;
  text-decoration: none;
}
div#content {
  margin: auto;
}
div#links-container {
  margin-top: 60px;
  display: flex;
}
div#demo-links, div#attribution-links {
  width: 50%
}

