/* Remove the supporters section */
div.row.justify-content-center.mt-5 {
    display: none !important;
}

/* Remove the footer */
footer {
    display: none !important;
}