h1, h2, h3 {
  color: slategray;
  line-height: 2rem;
}

a, a:visited {
  color: slategray;
  text-decoration: none;
  opacity: .9;
}

a:hover {
  text-decoration: none;
  opacity: 1;
}

body {
  color: #596673;
  line-height: 1.35rem;
}
