@import url('https://fonts.googleapis.com/css2?family=Figtree&display=swap');

body {
  font-family: 'Figtree', sans-serif;
  color: #ffffff;
  background-color: #0f2346; /* optional, to match your footer */
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #42ba91;
  text-decoration: none;
}
