.footer {
  height: 60px;
  background: rgb(133,201,136);
  color: white;
  text-align:center;
  margin-top: 120px;
  width: 100%;
  position: absolute;
  bottom: -100px;
  left: 0;
}

.footer-text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}

.footer-text div {
  padding:2px;
  font-size: 13px;
}