.footer {
  position: absolute;
  height: 35px;
  bottom: 0px;
  left: 0;
  margin: 0;
  background-color: rgba(240, 248, 255, 0.65);
  transform: rotate(180deg);
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.footer-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: rotate(180deg);
  line-height: 35px;
  vertical-align: middle;
  padding: 0 10px;
}
