
footer{
    background-color:#000;
    width:100%;
    height:fit-content;
    padding: 10px;
}

footer .P_{
    color: #ffff !important;
}
footer p{
    color:rgb(170, 169, 169);
}

footer .part_ a{
color: #fff;
}

.part_ img{
    width:100px;
}

.part_{
    display:flex;
    height: 100%;
    flex-direction: column;
    line-height:2rem;
}

.icons{
    display:flex;

}


footer{
    display: flex;
    width:100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: top;
    grid-gap: 1rem;
}
