body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
}
header {
  background-color: rgb(251, 28, 92);
  padding: 20px;
  text-align: center;
  font-size: 15pt;
  color: white;
  margin-bottom: 20px;
}


form {
  margin: 0 auto ;
  width: 700px;
  border: 2px solid rgb(251, 28, 92);
  background-color: #f0ecfc;
  padding: 2em;
  margin-bottom: 20px;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}
fieldset {
  border: 1px dotted rgb(251, 28, 92);
  margin-top: 10px;
}

legend {
  color: rgb(251, 28, 92);
  font-weight: bold;
  font-size: 14pt;
}

label {
  display: inline-block;
  width: 200px;
  text-align: right;
  font-weight: bold;
  padding: 5px;
}

label {
  display: inline-block;
  width: 200px;
  text-align: right;
  font-weight: bold;
  padding: 5px;
}

input,
textarea,
select {
  width: 400px;
  box-sizing: border-box;
  border: 1px solid rgb(251, 28, 92);
  padding: 10px;
}

input[type="radio"] {
  margin-left: 220px;
  width: 15px;
}

.radiotitel {
  display: block;
  width: 200px;
  text-align: right;
  font-weight: bold;
  padding: 10px;
}

.radiolabel {
  display: inline-block;
  text-align: left;
  font-weight: bold;
  padding: 10px;
}

input[type="submit"] {
  background-color: rgb(251, 28, 92);
  color: white;
  width: 700px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  margin-top: 15px;
}

footer {
  background-color: rgb(251, 28, 92);
  color: white;
  font-size: 25px;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}
