.bg-primary {
    background-color: rgb(227,20,33) !important; 
}

.navbar-brand {
    font-family: 'Impact'; 
}

/* Removed height constraints to prevent unnecessary scrolling */
.wrapper {
    display: flex;
    flex-direction: column;
    /* Removed min-height to prevent unnecessary scrolling */
}
.body-content {
    flex: 1; /* Fill remaining vertical space */
    /* Padding handled in app.css for fixed header/footer */
}
.footer {
    margin-top: auto;
}

