body {
    margin: 0;
}
#input {
    width: 100%;
    height: 400px;
    resize: none;
    font-family: sans-serif;
    border: none;
}
#return {
    width: 99.9%;
    height: 400px;
    border:1px solid black;
    overflow: scroll;
}
