footer {
  height: 100px;
  padding: 0 12px;
  background: #e3fffd;
  display: flex;
  justify-content: space-between;
}
footer a {
  color: inherit;
}
.footer-logo {
  width: 80px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logo-container a {
  text-decoration: none;
}
.footer-list-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-list {
  font-size: 12px;
  line-height: 14px;
}