.form {
  max-width: 340px;
}

h3 {
  color: #fff;
}

fieldset {
  border-radius: 15px;
  background-color: #000;
  border: 3px  dashed #0d4896b6;
}

label {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
}

.about {
  margin-top: 5px;
  border-radius: 10px;
  min-width: 230px;
  padding: 5px;
  border: 3px  double #0570fd;
}

textarea {
  resize: vertical;
  max-height: 200px;
  min-height: 30px;
}

.rute {
  border: none;
  padding: 0px;
}

button {
  border-radius: 5px;
  cursor: pointer;
}
