.footer{
    display : flex;
    justify-content: space-between;
    width : 95%;
    position : fixed;
    bottom : 0;
}
.footer_left{
    width : 50%;
    height :60px;
    display : flex;
    justify-content:center;
    background-color: #f3f3f3;
}
.footer_right{
    width : 50%;
    height :60px;
    background-color:  #bf9add;
    color : black;
    display : flex;
    justify-content:center;
    align-items: center;
}


.download-button{
    width : 100%;
    height : 60px;
    color : black;
    background-color: #f3f3f3 !important;
}
