body {
  background-color: #dddddd;
}

textarea {
  width: 100%;
  height: 100px;
}

footer {
  position: fixed;
  bottom: env(safe-area-inset-bottom);
}
