/* General Styling */
body {
    font-family: Arial, sans-serif;
    color: #333;
}

/* Remove previous hover effect */
.property-img {
    cursor: pointer;
    transition: transform 0.2s ease;
}

/* Footer Links */
footer a {
    text-decoration: none;
    margin: 0 10px;
}

.banner-text {
    font-family: 'Great Vibes', cursive;
    font-size: 3em; /* Adjust the size as needed */
    color: #333;    /* Choose a color that fits your design */
    text-align: center; /* Optional alignment */
  }
  
a {
    color: #918cc6;
    text-decoration: none; /* Optional: Remove underline for a cleaner look */
}

a:hover {
    color: #6f62a5; /* Optional: Change color on hover */
    text-decoration: underline; /* Optional: Add underline on hover */
}


