.grid-container {
    display: grid;
    height: 100%;
    row-gap: 2em;
}
textarea{
    height: 100%;
    width: 100%;
}

body{
    height: 80vh;
}