footer {
    background-color: #333333;
    padding: 10px;

    color: #F8EDFF;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
}

footer ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 30px
}
