body {
   background-color: #1a1a1a;
}

h1 {
   color: white;
}

h2 {
   color: white;
}

p {
   color: white;
}

a:link {
  color: #4175f0;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #6752a3;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
