html {
  font-size: 22px;
}

body {
  background-color: #333;
  color: whitesmoke;
}

a {
  color: aliceblue;
}

a:visited {
  color: lightgrey;
}

a:hover,
a:active {
  color: #eee;
}
