h1 {
  font-family: "Indie Flower", cursive;
  color: white;
  text-align: center;
  font-size: 3rem;
  padding-top: 10px;
}

form {
  display: flex;
  justify-content: center;
  gap: 10px;
}

select {
  height: 40px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

input {
  height: 40px;
  border-radius: 10px;
  width: auto;
  cursor: pointer;
  background-color: white;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: sans-serif;
}
