ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
li {
    list-style: none;
}

footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;

}