.footerBar{
    width: 100vw;
    height: 3em;
    display: flex;
    justify-content: center;
    gap: 3em;
    margin: 5em 0;
}

.icons{
    width: 3em;
    margin: auto;
    display: block;
}

img{
    border: 0px solid black;
}

a{
    text-decoration: none;
    color: black;
}

.wrap{
    width: 8em;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
}

@media only screen and (max-width: 768px) { 
    .footerBar{
        gap: 0.3em;
    }

    footer{
        margin-left: 10px;
    }
}