.footer {
  margin-top: 12px;
  padding-left: 8px;
  padding-right: 26px;
  background-color: var(--bg-color);
  border-bottom: 1px solid var(--primary-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}