body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    text-align: center;
    padding-top: 100px;
}

textarea {
    width: 350px;
    height: 100px;
    padding: 12px;
    font-size: 16px;
    border-radius: 6px;
    border: 2px solid #ccc;
    resize: none;
    outline: none;
}

textarea:focus {
    border-color: #4caf50;
}

h1 {
    margin-top: 30px;
    color: #333;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
    white-space: pre-wrap;
}