section.controls {
  background-color: #333;
  max-width: 95%;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  background-color: #666;
  border-radius: 0.3em;
  padding: 0.05em;
  margin: 0.1em;
}

section label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  border-radius: 0.5em;
  padding: 0.05em 0.5em;
  margin: 0.1em;
}

section h3,
h4 {
  margin: 0 0.25em;
}

section input,
textarea {
  margin: 0.5em 0.5em;
  border-radius: 0.3em;
}

section input[type="text"],
textarea {
  font-size: 1em;
  font-weight: 800;
  margin: 0.5em;
  padding: 0.25em;
}

.success_message {
  font-size: 1.1em;
  font-weight: 900;
}
