
body {
  font-family: 'EB Garamond', serif;
  font-size: 12px;
  min-height: 100%;
  background-color: #353839;
  color: #eee;
  margin: 0;
}

.header {
  display: flex;
  justify-content: center;
}

.content {
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}

.smallcaps {
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1875em;
  font-size: 1.2em;
}

a {
  color: #eee;
}

.navbar-brand {
  width: 40px;
  padding: 20px 5px;
  background-color: #6c2b3c;
}

.navbar-brand svg {
  vertical-align: middle;
}