html body{
    margin: 0;
    padding: 0;
    font-family: "Overpass",sans-serif;
    font-weight: 300;
    font-size: x-large;
    text-align: center;
    background-image: url(22f7484fa5ab29c370fbcf60f824b6e8.jpg);
    background-position: center;
    background-attachment: fixed;
    text-decoration: aliceblue;
    text-shadow: 4px 7px 7px 0px;
    color: white;
    
}
.gallery{
    width: 400px;
    height: 500px;
    display: inline-block;
    border: 10px solid black;
    border-radius: 13px;
    margin: 5px;
    background-image: url(bgX.avif);
}
.gallery .description{
    padding: 1px;
    text-align: center;
}
.gallery .hover{
    border: 1px solid hsl(0%, 0%, 20%);
}
.gallery .img{
    width: 100%;
    height: auto;
}


