.hero {
  width: 100vw;
  height: 50vh;
}

.hideAlert {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
