footer{
    display: flex;
    flex-direction: row;
    font-size: small;
    justify-content: space-evenly;
    background-color: rgb(44, 52, 61);
    flex-grow: 0;
}

@media only screen and (min-width: 769x) {
    footer {
        flex-grow: 1;
    }
}

