textarea {
  width: 99%;
  height: 400px;
}

label {
  font-size: 20px;
}

button {
  height: 40px;
}

#erase {
  background-color: #ff0000;
  color: #00ffff;
}