body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}
h1 {
    color: #333;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
th {
    background-color: #f2f2f2;
}
.property-name {
    font-weight: bold;
}
.search-container {
    margin-bottom: 20px;
}
.search-input {
    padding: 8px;
    width: 300px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}