.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;
  text-decoration: underline;
}
.text2{
  text-align: center;
  color: #f13434;
  font-weight: bold;
}
.text3{
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.text4{
  color: #f13434;
  font-weight: bold;
}
.text5{
  text-decoration: underline;
}