body {
  font-family: "Didact Gothic", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: rgb(52.58,64);
  text-align: start;
}

a {
  text-decoration:none;
  color: rgb(0,92,170);
}

a:visited {
  text-decoration:none;
  color: rgb(0,92,170);
}

a:hover {
  text-decoration:none;
  color: #151515;
}
