.footer {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 0;
}
.footer h5{
    font-size: 12px;
    margin-bottom: 10px;
    font-family: "Afacad Flux", sans-serif;
    font-weight: 200;
    text-align: left;
}
.footer-content {
    border-top: 1px solid rgb(230, 230, 230);
    padding-top: 20px;
    padding-bottom: 20px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: "Afacad Flux", sans-serif;
    font-weight: 300;
    color: rgb(0, 0, 0);
    gap: 10px;
}
.logo-footer img {
    width: 30px;   
} 
.download {
    display: flex;
    align-items: center;
}
.download img {
    cursor: pointer;
}
.appstore {
    width: 120px;   
} 
.playstore {
    width: 150px;
}
.social-media {
    display: flex;
    gap: 10px;
    padding-right: 100px;
}
.social-media img {
    gap: 10px;
    width: 20px;
    background-color: black;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}