/* Custom styles can be added here if needed */
.text-maroon {
    color: #800000;
}

.btn-outline-maroon {
    color: #800000;
    border-color: #800000;
}

.btn-outline-maroon:hover {
    background-color: #800000;
    color: white;
}