.footer-text{
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-download-button{
    padding: 5px;
    border-radius: 15px;
    background-color: rgb(248, 238, 91);
    border: none;
    color: rgb(255, 87, 247);
}

.footer-page{
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-home{
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-about{
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: white;
}