footer{
    position: relative;
    display: flex;
    height: 100px;

    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

footer nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

footer ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 300px;
}

footer ul li {
    display: flex;
}


footer ul li a {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    text-decoration: none;
    /*padding: 40px 40px 35px 0;*/
}
