body {
  font-family: 'Montserrat', sans-serif;
  color: #505050;

  min-height: 75rem;
  padding-top: 4.5rem;
}

a:link {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #A00707;
}
