@font-face {
    font-family: Impact qcvfdt;
    src: url('../fonts/impact.ttf') format('truetype');
}

footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 8vh;
    color: #fff;
    background: #4d4d4d;
}

footer a {
    color: #fff;
}

footer a i {
    font-size: 1.3em;
}

footer .socialNetworks a {
    margin: 0 20px;
}

@media only screen and (max-width: 740px) {
    footer {
        flex-direction: column;
        height: 10vh;
    }
}
