#map {
    height: 407px;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    border-radius: 6px;
    border: 1px solid #cda45e;
    background-clip: padding-box; 
}

a {
    font-weight: 500;
    color: #a37e36;
    outline: none;
    text-decoration: none;
  }
  
  a:hover {
    color: #cda45e;
    outline: none;
    text-decoration: none;
  }

  a:hover {
    color: #a37e36;
    outline: none;
    text-decoration: none;
  }
