footer {
    height:120px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-end;
    background: rgb(33, 0, 17);
    width:100%;
}


.ulheader{
    margin-top: 20px !important;
}

