body {
  text-align: left;
  color: white;
  background-color: black;
  font-size: 25px;
  margin: 50px 100px;
}

a:link {
  color: rgb(0, 128, 255);
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: rgb(0, 128, 255);
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: rgb(255, 51, 153);
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: rgb(255, 51, 153);
  background-color: transparent;
  text-decoration: underline;

}