.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{
  text-align: center;
}
.text1{
  text-align: center;
  color: #2b4113;
  font-weight: bold;
}
.text2{
        
  line-height: 1.5;
  text-align: justify;
}
.text3{
  text-align: center;
  color: #ee8d0e;
}

