body {
  background: #000;
  color: #fff;
  font-size: 14px;
}

h1 {
  font-size: 1.5rem;
}

a {
  color: #1f9b92;
}
a:hover {
  color: #000;
  background: #1f9b92;
}
