.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 36px;
  background-color: rgb(0, 49, 49);
  text-align: center;
  align-content: center;
}
.footer span {
  transform: translate(-50%, 0);
  line-height: 100%;
}