body {
    font-family: Arial;
    max-width: 800px;
    margin: auto;
    background: #f5f5f5;
}

textarea {
    width: 100%;
    height: 100px;
}

button {
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
}