body {
  font-family: Arial, sans-serif;
  background-color: #2077E8;
}

.einsatz1{
	color: white;
	font-size: 1.4em;
}

.einsatz2{
	color: burlywood;
	font-size: 3.4em;
}


form label {
  display: inline-block;
  ewidth: 180px;
  font-weight: bold;
}
form input[type="text"], form textarea {
  width: 290px;
  padding: 5px;
  border: 1px solid #ccc;
}
form button[type="submit"] {
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
