body {
    background: darkgray;
}
textarea {
    width: 100%;
    height: 320px;
    max-width: 100%;
    margin-top: 8px;
}
button {
    font-size: 18px;
}
.right {
    text-align: right;
}