@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

a:link {
  color: #011b2e;
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: #011b2e;
  background-color: transparent;
  text-decoration: underline;
}
a:hover {
  color: #50a627;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #011b2e;
  background-color: transparent;
  text-decoration: underline;
}