.footer {
  padding: 10px 0;
  margin: 10px 0;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-conter {
  width: 800px;
  height: auto;
  max-width: 100%;
  /* background-color: bisque; */
}