﻿.galeria {
    display: flex;
    gap: 20px; /* espaçamento entre as divs */
}

.galeriaCard {
    width: 150px;
    height: 150px;
    /*background-color: #3498db;*/
    justify-content: center;
    text-align: center;
    font-family: Arial;
    border: solid 1px;
    border-radius: 15px;
    overflow: hidden;
}
