footer{
    height: 200px;
    display: flex;
    flex-direction: column;
    
    padding: 24px 0;
    box-shadow: 0 -1px 3px rgb(0 0 0 / 10%), 0 -2px 2px rgb(0 0 0 / 6%), 0 0 2px rgb(0 0 0 / 7%);
}
.footer-container{
    list-style-type: none;
    margin:0;
    padding: 0 40px;
    position: relative;
    display: flex ;
    justify-content: space-between;
    
   
}
.footer-container ul li{
    color:rgba(0, 0green, 0, .56);
    padding-top: .8rem;
    margin-bottom: .8rem;
    cursor: pointer;
    list-style-type: none;
}

.footer-container ul li:hover{
    color: rgba(0,0,0,.87);


}
.link-container{
    width: 190px;
    margin-right: 50px;

}

footer h3{
    font-weight: 1000;
    font-size: 25px;
    display: flex;
    font-weight: 400;
    margin-bottom: 24px;
    
}