.container {
  margin: auto;
  width: 80%;
  text-align: center;
}

h1 {
  font-size: 3rem;
  margin: 2rem;
}

.input {
  display: flex;
  flex-wrap