footer {
    display: flex;
    gap: 10px;
    height: 40px;
    padding: 10px;
}

.footer__link {
    text-decoration: underline;
    cursor: pointer;
}