footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px;
    background-color: #F6F6F6;
    color: #0F1822;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}

footer a, footer a:hover, footer a:visited {
    font-weight: 400;
    text-decoration: solid underline 1px;
    color: #0F1822;
}

@media (max-width: 768px) {

    footer {
        text-align: center;
    }

}