.title{
    text-align: center;
    margin-top: 40px;
}

img.r{
    transform: scaleX(-1);
}

a{
    text-decoration: none;
}


.header-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


img.image {
    width: 54px;
    height: 54px;
    margin-left: 15px;
    margin-right: 15px;
}

div.container{
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

@media (max-width: 800px) {
    .container {
      flex-direction: column;
      align-items: center;
    }
  }


img#villaPic{
    width: 525px;
    height: 300px;
    border-radius: 6%;
    box-shadow: 10px 5px 5px rgba(0,0,0, 0.5);
}

.subtitle {
    text-align: center;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
/* Cookie Consent CSS */
.cookie-container{
    display: flex;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background-color: #00585E;
    color: #DDDDDD;
    padding: 0 32px;
    padding-top: 20px;
    transition: 400ms;
    box-shadow: 0 -2px 16px #00585E;
}

.cookie-container.active{
    bottom: 0;
}

.cookie-container a{
    color: #DDDDDD;
}

.cookie-btn{
    background-color: #FF7D81;
    color: #DDDDDD;
    border: 0;
    padding: 12 48px;
    margin-left: 40px;
    font-size: 18px;
    margin-bottom: 16px;
    border-radius: 8px;
    cursor: pointer;
}

.map-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}
.map-block p{
    text-align: center;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    font-weight: bold;
}

.map-block img {
    height: 500px;
    width: 600px;
}