

.footer-container {
    text-align: left;
    padding: 0; 
}

.copyright {
    text-align: left;
     margin: 0;
    margin-left: 120px;
    margin-top: 20px;
    justify-content: center;
    font-size: 12px !important;
}

footer {
     position: absolute;
  bottom: 0;
  width: 100%;
    font-size: 20 !important;
}

.footer-background {
background-color: #f09292;
position: fixed;  
left: 0;  
right: 0;  
bottom: 0px;  
height: 80px;    
align-items: center;  
box-shadow: 0 0 2px 0 black;
 font-size: 20px !important;
}



.footer-ul {
    margin : 0;
    padding: 0 !important;
}

.footer-li {
    display: inline-block;
}

.footer-header {
     margin: 0;
margin-left: 30px;
margin-top: 15px;
  display: inline-block;
color: whitesmoke;
}
