
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:flex;
}
.blocimage{

}

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

.blocimage_url{
    text-align: center;
}

.blocimage_btdel{

}