body {
	background-color: #f8f9fa;
}

.card {
	border: 1px solid #dee2e6;
	border-radius: 0.5rem;
	transition: box-shadow 0.2s ease;
}

.card:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.card-title {
	font-weight: bold;
}

.container {
	max-width: 960px;
}

.property-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

.property-row:nth-child(even) {
	background-color: #f2f2f2;
}

.property-id {
	font-weight: bold;
	text-align: center;
}

.property-address {
	padding-left: 10px;
}

.property-type {
	text-transform: capitalize;
	text-align: center;
}



