div.textbody {
  text-align: center;
  width: 60rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

div.information {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(5rem, 20rem));
}

div.container {
  margin: 1rem;
  color: white;
  background-color: #f8991d;
  border-radius: 6px 6px 6px 6px;
}

p.inputtitel {
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}

input.informationen {
  width: 85%;
  font-size: inherit;
  border-radius: 6px 6px 6px 6px;
  border-width: 1px;
  border-color: rgba(0 0 0 / 60%);
  padding: 0.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: #f8991d;
  transition: color 0.3s;
}
