body {
background-color:#eee;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1{
    background-color: #333;
    color: white;
    padding: 5px;
    text-align: center;
    font-weight: 100;
    font-size: large;
}

.galerie{
    display:block;
}
.blocimage{
	display: inline-block;
    margin-bottom: 20px;
}

.blocimage:hover{
    background-color: #dbdbdb;
    box-shadow: inset 0px 0px 4px #aaa;
}

.blocimage_img{
    object-fit: scale-down;
    height: 200px;
    width: 200px;
}

.blocimage_url{
    text-align: center;
}

.blocimage_btdel{

}