.custom-footer {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.custom-footer ul {
    display: flex;
    margin-left: 10px;
    list-style: none;
    justify-content: space-evenly;

}
.custom-footer li {
 margin-left: 10px;
}	
.custom-footer a {
 color: black!important;

}	