body {
  background-color:#bb2020;
  color:white;
  font-family: 'overpass';
}

a:link {
  color:#488E84;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color:#115049;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color:#E1B73D;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color:#E1B73D;
  background-color: transparent;
  text-decoration: underline;
}