

body {
    border: 3px dotted; color: whitesmoke;
    margin: 70px;
    background-color:#BBB6A0;
    display: flow-root;
    
}

h1{
    color:#0F0E0B;
    border-style: dotted; margin: 20px; color:whitesmoke;
    text-align: center;
}

#p1{
    color:#0F0E0B;
    text-align: center;
    margin-left: 20px; 
    margin-right: 60px;

}       

#p2{
    color: #0F0E0B;
    text-align: center;
}

h2{

    text-align: center;
    color: #0F0E0B;
}



.image{

    
    border:5px solid; 
    border-style: dotted;
    margin: 5px;
}

.image.description {

    padding: 10px;
    text-align:center;
}

.gallery:hover{
    border: 5px solid whitesmoke;
    border-style: dotted;
}

.gallery img{

    width:20%;
    height: auto;
}



