body {
  font-family: 'Montserrat', sans-serif;
  color: rgba(17,17,17,.6);
  background: white;
  line-height: 1.5rem;
}

.container {
  width: 100%;
  max-width: 800px;
  margin: 3rem auto;
}

h1 img {
  height: 4rem;
  margin: 1rem;
}

a, a:active, a:visited {
  color: rgba(17,17,17,.8);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}