
.pflex-column {
    display: flex;
    flex-direction: column;
}

.pflex-row {
    display: flex;
    flex-direction: row;
}

.h-100 { height: 100%; } .w-100 { width: 100%; }

.proper-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.pgap-1 {
    gap: 1rem;
}

.ptext-centered { text-align: center; }
.ptext-left { text-align: left; }
.ptext-right { text-align: right; }