body {
    font-family: Arial, sans-serif;
}

h2 {
    color: #333;
}

#messageForm {
    margin-bottom: 20px;
}

textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

button {
    cursor: pointer;
}
