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

button{
    position: absolute;

    width: 100px;
    height: 50px;

    font-size: 30px;
}

.output{
    padding-left: 20px;

    border: 1px solid black;

    height: auto;
    width: 800px;
}