html{
  background-color: black;
}
center{
  color: white;
  text-shadow: 0 0 40px blue,
      0 0 10px blue,
      0 0 40px green;
  font-size: 37.5px;
  font-family: IMPACT;
  margin: 40px 0 0 0;

}

a2{
  text-shadow : 0 0 30px green,
      0 0 10px green,
      0 0 10px blue;
}

li{
  color: lightgray;
  font-family: 'Erica One', light;
  font-size: 20px;
  text-align: middle;
  margin: 0 0 10px 70px;
}

ul{
  list-style-image: url(../W1234567890/Bilder/Geschenk-Bild.png);
}