/* Set black background color, white text and some padding */
footer,header {
    background-color: white;
    padding: 15px;
}

fc{
    background-color: #f8f9fa;
}

@media (max-width: 768px) {
    .row .col-sm-2 {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
}