.cabecalho{
    background-image: url(../img/galeria.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px;
}

.cabecalho h1{
    color: #fff;
}

.cabecalho hr{
    height: 5px;
    width: 50px;
    margin: 0 auto;
    opacity: 1 !important;
    color: #33cee6;
}

.galeria a{
    text-decoration: none;
    color: #000;
}


.galeria img{
    height: 300px;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.galeria h2{
    font-weight: bold;
    padding-bottom: 5px;
    color: #ff6300;
}