footer{
    width: 100%;
    height: 160px;

    background-color: var(--gray-700);

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

footer ul{
    list-style-type: none;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 16px;
}

footer p{
    color: var(--gray-200);
}