.footer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
}

.footer a {
    text-decoration: none;
    color: black
}

