.bbl {
    width: 100px;
    height: 100px;
    display: inline-flex;
    margin: 10px;
    background: var(--bran);
    align-content: center;
    justify-content: center;
    align-items: center;
}
.blshadow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5rem 3rem;
    gap: 6rem;
}

.blshadow .blshaw {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blopa {
    background-color: var(--prin);
    width: 160px;
    height: 160px;
    margin: 1.4rem;
    border-radius: 10px;
    display: inline-block;
    color: white;
    padding: 30px;
    font-size: 30px;
}