html, body {
  background: #141414;
  height: 100%;
  margin: 0;
  font-family: Arial;
  line-height: 1.4;
  font-size: 14px;
  color: white;
}

a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  transform: scale(1.2);
}
