/* common style on leaflet */
#map {
  height: 480px; 
  width: 480px;
  border: 1px solid black;
}
.leaflet-control-layers-toggle, .leaflet-attribution-flag {
  display: none !important;
}

body {
background: #4c597b !important;
background-image: url(https://displ.nl/pb/2_e.gif) !important;
width: 800px !important;
}

nav a {
color: black !important;
}


main {
background: #979daed6;
border-width: 3px;
padding: 5px 20px 30px 20px !important;
/* dynamics width here */
/* border-style: groove; */
border: 1px solid black !important;
}

main p {
width: 95%;
line-height: 1.5rem;
text-align: justify !important;
}


.minislide {
  border: 1px solid black;
}

figure {
padding: 10px !important;
}


