
div.content {
    background-color:black;
    color:white;
}



div.foto-gallerie{
    background-color:black;
    padding: 50px;
}

div.foto-gallerie img{
    max-height: 200px;
    max-width:200px;
}


.foto-modal {
    background-color:black;
    
}
.foto-modal a.previous, .foto-modal a.next, .foto-modal .close 
{
    color:white ;
}

.foto-modal .close:hover,
.foto-modal a.previous:hover,
.foto-modal a.next:hover {
  background-color: rgba(150, 0, 0, 0.8);
}