body {
    font-family: Arial, sans-serif;
  }
  
  h1 {
    font-size: 2.5rem;
    color: #333;
  }
  
  p {
    font-size: 1.1rem;
    color: #555;
  }
  
  .location-link {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 15px;
    transition: transform 0.2s ease-in-out;
  }
  
  .location-link:hover {
    transform: scale(1.05);
  }
  
  .location-logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  