body {
  background-image: url(Bilder/U20DM.jpg);
}
input {
  border: 2px solid grey;
  width: 50%;
  padding: 5px;
}
label {
  font-family:'Play', sans-serif;
  font-weight: bold;
  color: black;
}
button[type='submit'], input[type="reset"] {
  max-width: 120px;
  border: 2px solid grey;
  color: white;
  font-weight: bold;
  padding: 5px;
  background-color: grey;
  opacity: 0.8;
  font-size: 1em;
  transition: font-size 1s;
  border-radius: 4%;
  margin-right: 10px;
}
button[type='submit']:hover, input[type="reset"]:hover {
cursor: pointer;
}
#options {
  display: flex;
  flex-direction: row;
}
textarea {
  border: 2px solid grey;
  width: 80%;
  height: 100px;
  margin-bottom: 10px;
  padding: 5px;
}

