h1,
p {
  text-align: center;
}

#description {
  font-size: 20px;
  font-style: italic;
}

#name-label {
  font-weight: bold;
  font-size: 20px;
}

#email-label {
  font-weight: bold;
  font-size: 20px;
}

#number-label {
  font-weight: bold;
  font-size: 20px;
}

#section1 {
  font-weight: bold;
  font-size: 20px;
}

#section2 {
  font-weight: bold;
  font-size: 20px;
}

#subsec2 {
  font-size: 18px;
}

#section3 {
  font-weight: bold;
  font-size: 20px;
}

#subsec3 {
  font-size: 18px;
}

form {
position: relative;
top: 50px;
}

.flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#dropdown {
  width: 120px;
}

.textarea {
  height: 90px;
  width: 400px;
}

#submit {
  background-color: green;
  color: white;
  width: 150px;
  position: relative;
  top: 25px;
}
