    
footer{

    margin-top:auto;

}


.foot-bar{

    position:relative;

    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-left:auto;
    margin-right:auto;
    max-width:900px;
    padding : 7px 0px;
    border-top: 2px solid grey;
    margin-top:100px;
    font-size:12px !important;
    color : #596C68;
}



.left-side , .center-side p {

    font-size:10px !important;

}



.right-side{

    display:flex;
    align-items:center;
    gap:5px;
}

.right-side a{

    padding :5px;
    transition: background-color 0.2s , color 0.2s;
    border-radius:5px;
    text-decoration:none;
    color : #596C68;

}

.right-side a:hover{

    background-color : #1C2635;
    color :  #E3D9CA  ;

}

.right-side a i{

    font-size:17px;
}
.right-side a svg {

    width:17px;
    height:auto;
}

