/* Centering Utilities */
.text-center {
    text-align: center;
}

/* Margin and Padding Utilities */
.m-auto {
    margin: auto;
}

.p-1 {
    padding: 1rem;
}

.p-2 {
    padding: 2rem;
}

/* Text Colors */
.text-white {
    color: #ffffff;
}

.text-yellow {
    color: #ffcc00;
}
