#foot{
    padding: 25px;
    width: 100%;
    text-align: center;
    background-color: black;
}
#foot-content{
    color: gray;
    left: 0;
    right: 0;
    bottom: 0;
}
.link-a,.link-a:hover{
    color: white;
    text-decoration: none
}