form {
  width: 90%;
  max-width: var(--screen-width);
  margin: 0 auto;
}

input[text] {
  color: black;
}
