.Bild {
  display: flex;
  justify-content: center;
  align-items: 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: bolder;
  background-color: bisque;
}

.text3 {
  text-align: center;
}

.text4 {
  color: #eb1717;
  font-weight: bolder;
  text-decoration: underline;
  background-color: bisque;
}

table {
  margin-left: auto;
  margin-right: auto;
}
td{
  font-weight: bolder;
  color: aliceblue;
}