/* Custom styles for the default site */

body {
    /* Add padding to the top of the body to account for the fixed navbar height */
    padding-top: 56px; 
}

.footer {
    background-color: #343a40 !important;
}

.feature {
    padding: 1rem;
}
