.footer{
    width: auto;
    display: flex;
    padding: 5px;
    bottom: 20px;
}

.container1 {
    color: rgb(152, 152, 152);
    margin-left: 60px;
}

.container2 {
    color: rgb(152, 152, 152);
    margin-left: 60px;
}

.container3 {
    color: rgb(152, 152, 152);
    margin-left: 60px;
}

.container4 {
    color: rgb(152, 152, 152);
}
            
a {
    text-decoration: none;
    color: black;
}

span {
    color: black;
}

.list {
    list-style: none;
    margin-top: 60px;
    padding: 25px;
}

.list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 0px;
    font-size: 14px;
}

.list li:last-child {
    border-bottom: none;
}