body {
  background: #032e24;
  color: #fff;
}

em {
  color: #fadb03;
}

a {
  color: #7cbfe5;
  text-decoration-skip: ink;
}

a:hover {
  background: #4e5b6f;
}