footer {
  margin-top: 20px;
}
.icon-footer {
  width: 100%;
  display: flex;
  justify-content: end;
}

.container-footer {
  height: 288px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer-links-container {
  display: flex;
  gap: 10px;
}
