a {
  color: #3E594D;
  text-decoration: underline;
}

a:hover {
  color: #ADCAB2;
  text-decoration: underline;
}

code {
  background-color: #E3EDE7;
  border-radius: 4px;
  font-family: monospace;
}
