.intro {
  text-align: center;
  color: rgb(251, 5, 5);
}

.heute {
  text-align: center;
  background-color: rgb(126, 198, 201);
  
}

.form {
  font-size: 18px;
}

body {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: bold;
  display: block;
  width: 99%;
}

td {
  background-color: rgba(128, 128, 128, 0);
}

table {
   margin-left: auto;
  margin-right: auto;   
}