.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: #5a0303;
  font-weight: bold;
}
.text2{
  color: #106622;
  text-align: center;
}
.footer{
  text-align: center;
  font-size: 13px;
}    
