html{           /*   http://littlefoot.live/css/gallery.css   Code by Bud Kaye 6-1-23 & 1-20-24 ♥ Jesus ♥   */
    background-image: url(20230511_204339.jpg);
    background-position: center;
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin:0;
    }
    
h1{
    color: cornsilk;
    text-align: center;
    text-decoration: underline;
    }

h3{
    color: cornsilk;
    text-align: center;
    }
    
hr{    
    width: 86%;
    border: solid 1px #ffe4c4a6;
    border-radius: 50%;
    margin: 40px auto;
    height: 7px;
    background-color: darkcyan;
    }    

.gallery-container{
    width: 80%; /* Can be in percentage also. */
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    }

.gallery{
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 120px;
    }

.gallery:hover{
    border: 1px solid #777;
    }

.gallery img{
    width: 100%;
    height: auto;
    }