.footer-container {
  width: 100%;
  height: 60px;
  background-color: var(--theme-light-romance);
}
.footer-container .footer-inner-container {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  opacity: 0.7;
}/*# sourceMappingURL=footer.css.map */