.Bild{
  display: flex;
  justify-content: center;
  align-items: center;
}
.headline{
  color: green;
  text-decoration: underline;
  text-align: center;
}
.headline1{
  color: blue;
  text-align: center;
}
.text{          
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px; /* Beispielhöhe, anpassbar */
  width: center; /* Beispielbreite, anpassbar */        
}
.text1{
  text-align: center;
  color: #eb1717;
  font-size: 25px;
  text-decoration: underline;
  font-weight: bold;
}
.text2{
  text-align: center;
  color: #5a0303;
  font-weight: bold;
}
.text3{
  text-align: center;
}

