body {
   background-image: url("https://neurosciencenews.com/files/2023/06/med.jpg");
  max-width: 100%;
  height: auto;
  margin: 0;
  
  color: #f5f6f7;
  font-family: Tahoma;
  font-size: 16px;
background-size:100% 100%;
  
}

#title, #description {
  text-align: center;
  margin: 3px;
}

#title {
  letter-spacing: 3px;
  font-variant: small-caps;
  font-size: 2em;
}

div {
  margin: 2em 0;
}

h1, p {
  margin: 1em auto;
  text-align: center;
}
form {
  padding: 20px;
  width: 100%;
  max-width: 35em;
  min-width: 25em;
  margin: 0 auto;
  padding-bottom: 2em;
  border-radius: 4px;
  position: scroll;
}
fieldset {
  border: none;
  padding: 2rem 0;
  border-bottom: 3px solid #3b3b4f;
}
fieldset:last-of-type {
  border-bottom: none;
}

.form-group-p input, #dropdown {
  display: block;
  width: 100%;
  border: none;
  height: 25px;
  margin-bottom: 10px;
  margin-top: 4px;
  font-size: 0.8em;
  border-radius: 4px;
  padding-left: 10px;
}

#dropdown {
  width: 102.5%;
}

#submit {
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 2% 0% 2% 0%;
  width: 100%;
  background-color: #49a078;
  border-radius: 4px;
  border: none;
  font-size: 1em;
  color: white;
}

#submit:hover {
  background-color: #325647;
}

label {
  display: block;
  margin: 0.5rem 0;
}
input,
textarea,
select {
  margin: 10px 0 0 0;
  width: 100%;
  min-height: 2em;
  max-height: 300px;
  resize: vertical;
  display: block;
}
input, textarea {
  background-color: #FFFFFF;
  border: 1px solid #0a0a23;
  color: #ffffff;
}
