* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Crimson Text', serif !important;
  font-size: 20px;
  color: black;
}
a {
  color: rgba(191, 109, 143, 1);
  text-decoration: none;
  border-bottom: 1px solid rgba(191, 109, 143, .3);
}
a:hover {
  color: rgba(191, 109, 143, .7);
  text-decoration: none;
  border-bottom: 1px solid rgba(191, 109, 143, .1);
}

.main-container {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

h1 small {
  font-style: italic;
  font-size: .6em;
}

.site-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
  line-height: 120%;
}

figure {

}
