html {
  background-color: #000;
}
p {
  height: 20px;
  font-family: "consolas", sans-serif;
  color: #0f0;
  font-size: 20px;
}
a {
  color: orange;
}
a:hover {
  color: #0f0;
  font-size: 105%;
  transition: ease, 0.3s;
}
