.gal {
    color: black;
    font-family: Amita;
    margin: 20px auto;
    width: 250px;
    font-size: 2.5rem;
    text-align: center;
    border-bottom: 10px double maroon;
}

img {
    width: 450px;
    height: auto;
    margin: 10px;
    border: 10px solid #fefae0;
 
}




.containerr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
