body {
  background-color: black;
}

h1{
  color: white;
  text-align:center
}

p{
  color:white;
  font-family:lobster;
  font-size: 20px;
}
h2{
  color:white;
}
  a:link {
      color:purple;
   }
   a:visited {
     color:blue;
   }
    a:active {
        color:magenta;
    }
    h1{
      color:white;
      text-align:center;
    }
      ul{
        color:white
      }
      ol{
        color:white
      }
      li{
        color:white
      }