/* picturedatabase */
.pdb-picturedatabase {
    display: grid;
    grid-template-columns: auto auto auto;
}

.pdb-picture {
    border: 1px solid grey;
    margin: 10px;
}

.pdb-image img {
    max-width: 100%
}

.pdb-image {
    text-align: center;
}

.pdb-favorite {
    color: #647c84;
}
