.flood-banner {
  padding-top: 10px;
}

.form-field {
  display: flex;
  justify-content: center;
}

.flood-banner {
  display: flex;
  justify-content: center;
}

.submit {
  padding-bottom: 50px;
}

.title {
  text-align: center;
  font-size: 14px;
  /* font-weight: bold; */
  padding-bottom: 20px;
}

.input {
  width: 200px;
  padding: 10px;
  margin: 10px;
  border: solid 1px grey;
}

.input:hover {
  background-color: #f8f8f8;
}

.message {
  width: 200px;
  height: 60px;
}
.img-banner {
  display: flex;
  justify-content: space-between;
}

.img-banner img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  padding: 10px;
}
