textarea {
    min-width: 400px;
    min-height: 300px;
}

@media (min-width = 400px) {
    .inOut  {
        display: flex;
    }
}
