footer{
    width: 100%;
    background-color: #8129d3;
}

.nav-items-footer{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px;
    margin-left: 30px;
}

.nav-items-footer a{
    margin: 5px;
    text-decoration: none;
    color: white;
    width: 70px;
}

