form {
  background-color: brown;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding: 50px;

  * {
    width: 50%;
    border-radius: 10px;
    padding: 10px;
  }
}

.results {
  * {
    width: 100%;
  }
}