.foto-gallerie img {
    float:left;
    margin:5px;
    width:150px;
    height: 150px;
    display:block;
    border-radius: 75px;
   box-shadow: 3px 3px 1px black;
   object-fit: cover;
    
}


div.foto-gallerie {
    
    height:auto;
    display:flex;
    width: 100%;
    max-width:700px;
    flex-wrap: wrap;
    background-color:#a38b02;
    justify-content: center;
    border-radius: 30%;
    flex-direction: row;
    padding:100px;
    margin:0px;
    background-image:url('/media/sand-texture.jpg');   
    margin-left:auto;
    margin-right:auto;
    box-shadow: 20px 20px 5px black;
}


.content h1 {
    text-align: center;
}
.content {
 
  background-color:black;
}

.foto-modal {
    background-color:black;
}

