.gallery{
    display: inline-block;
    border: 1px solid #ccc;
    margin: 5px;
    width: 200px ;
}
.gallery .desc{
    padding: 10px;
    text-align: center;
}
.gallery:hover{
    border: 1px solid #777;
}
.gallery img{
    width: 100%;
    height: auto;
}


h1{
    text-align: center;
}

body{
    background-image: url(pictures/mainbgs/circly\ pleasant\ bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
