.footer {
  color: var(--background-color-white);
  margin-top: 15px;
  width: 100%;
  height: 80px;
  background-color: var(--color-blue-0);
  display: flex;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
}
