label { font-size: 1.5rem ; }
input[type=text] {  width: 90%; max-width: 800px; font-size: 1.5rem!important }
textarea { font-size: 1.5rem!important }

form {
  text-align: center;
}

label {
  font-weight: bold;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

textarea {
  width: 90%;
  max-width: 800px;
  display: block;
  margin: auto;
}

input[type=submit] {
  font-size: 1.5rem;
  border-radius: 1.5rem;
}

