form {
    margin-bottom: 20px;
}
input[type="text"], textarea {
    padding: 8px;
    border: 1px solid #ccc;
    margin-top: 5px;
}
button {
    background-color: #0073aa;
    color: white;
    padding: 8px 15px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}
button:hover {
    background-color: #005177;
}
