footer {
    background-color: rgb(14, 7, 85);
    color:white; 
    padding: 50px 30px;
    margin: 50px auto;
    text-align: center;
    padding: 10px;
    position: relative;
    background-color: transparent;
}

footer a:link, footer a:-webkit-any-link {
    color: #b2b2df ;
    text-decoration: none;
    -webkit-text-decoration: none;
}

footer a:-webkit-any-link.active {
    color: #e2e2eb ;
}