footer {
    background-color: dimgrey;
    border-top: 2px solid black;
    overflow: auto;
    
    color: white;
}

footer p {
    font-family: "Open sans", "Arial", sans-serif;
    text-align: center;
}

footer a {
    color:inherit;
    text-decoration: underline;
}