.footer {
    position: relative;
    color: aliceblue;
    background-color: rgb(90, 121, 7);
    padding-top: 30px;
    margin-top: 40px
}

.footer__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw
}

.footer__logo img {
    width: 150px;
    height: 150px;
    border-radius: 50%
}

@media only screen and (max-width:750px) {
    .footer__logo img {
        width: 100px;
        height: 100px
    }
    .footer {
        font-size: 16px;
    }
}

.footer__socials {
    display: flex;
    padding: 0%
}

.footer__socials li {
    list-style: none;
    margin: 0 14px;
    font-size: 23px;
    padding: 0%
}

.footer__socials li a {
    color: aliceblue;
    padding: 0%
}

.footer__socials li a:hover {
    color: rgb(84, 167, 240);
    padding: 0%
}

.footer__bottom {
    text-align: center;
    height: 70px;
    background-color:rgb(90, 121, 7) ;
    
}
.footer__bottom p{
   margin-top: 0%;
    
}

.amo {
    color: rgb(10, 10, 10);
    text-decoration: none;
   font-family:fantasy;
}
