body {
    font-family: 'system-ui', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.hero {
    background: url('https://images.pexels.com/photos/106399/pexels-photo-106399.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 150px 0;
    text-align: center;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

.property-card {
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 30px;
}

.property-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.property-card-body {
    padding: 20px;
}
