/* utilities.css */

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

.text-right {
    text-align: right;
}

.mt-4 {
    margin-top: 16px;
}

.mb-4 {
    margin-bottom: 16px;
}

.p-4 {
    padding: 16px;
}

.bg-dark {
    background-color: #2B2B2B; /* Dark Charcoal */
    color: #FFFFFF;
}

.bg-light {
    background-color: #EAEAEA; /* Light Gray */
}