.bg-yellow {
    background-color: #FFE7A8 !important;
}

.bg-yellow-transparent {
    background-color: rgba(255, 231, 168, 0.7) !important;
}

.text-center {
    text-align: center !important;
}

.mt-2 {
    margin-top: 2em !important;
}

b {
    font-weight: bold !important;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.images-column {
    float: left;
    width: 20%;
    padding: 5px;
}

/* Clear floats after image containers */
.images-row::after {
    content: "";
    clear: both;
    display: table;
}
