/* public/css/propiedades.css */
body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
    background-image: url('/images/casa en venta.webp');
    background-size: cover;
    background-position: center;
    color: #FFF;
    text-align: center;
  }
  .container {
    width: 90%;
    max-width: 600px;
    padding: 20px;
    border-radius: 15px;
    background-color: rgba(68, 68, 68, 0.85);
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  h1 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #FFFFFF;
  }
  #map {
    height: 60vh;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .back-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.1em;
    color: #FFFFFF;
    background-color: #007BFF;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 15px;
  }
  .back-button:hover {
    background-color: #0056b3;
  }
  .background-text {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1.5em;
    font-weight: bold;
    color: white;
    background-color: red;
    text-shadow: 2px 2px 4px #000;
    border-radius: 5px;
    display: inline-block;
  }
  