footer{
    
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 50px;
    background-image: url(/images/element5-1.png);

}

.footer-2 ul{
    display: flex;
    text-decoration: none;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.footer-2 li img{
    width: 50px;
     
}

.footer-0{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

.footer-logo img{
width: 200px;
}

.rights p{
    color: #f1ede5;
    font-family: roboto;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
}
.rights p a{
    color: #f1ede5;
 
    text-decoration: none;
}

.footer-1 .email h1{
    font-family: Plunct;
    color: #f1ede5;
    font-weight: normal;
    margin: 0;
}

@media screen and (max-width: 669px){

    .footer-0{
        display: flex;
        flex-direction: column;
    }

    .footer-2 ul {
        align-items: center;
        justify-content: center;

    }

    .footer-1 .email h1 {
        font-size: 20px;
        
    }
    .footer-logo{
        position: relative;
        left: -12px;
    }
}