.footerHolder {
    height: var(--footerHeight);

    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;

}

