/* Custom styles for footer */
.site-footer {
    background-color: black;
    border-top: 2px solid #fa4006;
    padding: 1rem;
    text-align: center;
    color: white;
}

.footer-brand {
    font-weight: bold;
    color: #fa4006;
}
