.footer {
    background-color: #000000fe;       
    color: white;                 
    padding: 20px 0;             
    position: relative;           
    width: 100%;                
    text-align: center;   
    display: flex;   
    justify-content: center;
      
}

.footer div{
    text-align: center;
}

.col-2{
    flex-grow: 0.75; 
   
}


.footer a{
    text-decoration: none;
    color: white;
    line-height: 40px;
    word-spacing: 1.5px;
    font-family:"Roboto", serif ;
}
.footer li{
    list-style:none;    
}