.footer-info ul {
    list-style-type: none;
    color: white;
    font-size: 24px;
}

.footer-info ul a{
    text-decoration: none;
    color: white;
    font-size: 24px;
}
.footer-info ul a:hover{
    text-decoration: underline;
    color: white;
    font-size: 24px;
}

footer {
    margin-top: 0;
    background-color: #00772C;
    display: flex;
}

.footer-info {
    margin: 5% auto;
}

.footer-top {
    background-color: #A8DC79;
    display: flex;
    margin-top: 10em;
    padding: 1em;
}

.button-footer {
    margin: 5% auto;
}



@media only screen and (max-width: 899px){
    footer {
        display: block;
        padding: 3em;
    }

    .footer-top {
        display: block;
        padding: 3em;
    }
    .button-footer {
         margin: 5% auto;
     }
}
