.footer {
    width: calc(100% - 48px);
    text-align: center;
    padding: 24px;
    color: var(--secondary-text-color);
    font-size: 14px;
}
