html,
body {
  height: 100%;
  margin: 0;
}

textarea {
    width: 100%;
}

#container {
    height: 100%;
    display: flex;
    flex-direction: column; 
}

#container textarea {
    box-sizing: border-box; /* fit parent width */
    height: 100%;
}

