

body{

    background-color: #BBB6A0;


}


#h1{

    color: whitesmoke;
    text-align: center;
}


#h2{

    color: whitesmoke;
    text-align: center;
} 

#p1{

 color: whitesmoke;
    text-align: center;
}


.gallery {

    
    border:5px solid; 
    border-style: dotted;
    margin: 5px;
  
}

.gallery .description {

    padding: 10px;
    
}

.gallery:hover{
    border: 5px solid whitesmoke;
    border-style: dotted;
}

.gallery img{

    width:15%;
    height: auto;
     align-items:center;

    display: block;
    margin-left:auto;
    margin-right:auto;
}

