footer{
    display: block;
    background-color: #323635;
        list-style-type: none;
        padding-bottom: 40px;
    }
    footer ul{
        list-style-type: none;
        padding-inline-start: 0;
        display: flex;
        margin-left: 50px;
    }
    footer ul li {
    margin: 20px 20px 20px 0;
    }
    footer a{
    text-decoration: none;
    color: white;
    }
    footer a img {
    width: 40px;
    }
    footer p{
        font-size: small;
         font-family: "dorival-ui-variable", sans-serif;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
    transition: color .15s ease-in-out;
        margin-left: 50px;
        color: #b7ffe8;
        margin-right: 30px;
    }