body {
  font-family: Helvetica, sans-serif;
  font-size: 60px;
  background-color: #ff0000;
}

h1{
color:rgb(246, 133, 244);
text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
font-size: 550px;
text-align: center;
}

h2{
    text-align: center;
    margin-bottom:200px ;
}

div{
    color: red;
}

#liste1 {
background-color:rgb(246, 133, 244);
}
#liste2 {
background-color:rgb(246, 133, 244);
}
#liste3 {
background-color:rgb(246, 133, 244);
}

.bild1 {
width: 2000px;
margin-top: 500px;
align-items: center;
}

a:hover{
    color:rgb(246, 133, 244);
    font-size: 10rem;
}

a{
    transition: 1s ease-in-out;
    align-content: center;
}