body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f3f3f3;
}

.slider {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in-out;
}

.description{
    height:100%;
    width:100%;
}

h1{
    font-size: 48px;
    text-align: center;
}

p{
    text-align: center;
}

#map {
    height: 400px;
    width: 100%;
    z-index:1;
}

li{
    margin: 5px 0; 
    padding: 10px; 
    background: #f9f9f9; 
    border-radius: 5px;
}
