.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px;
  background-color: transparent;
  color: white;
  text-align: center;
  opacity: 0.3;
  overflow: hidden;
  transition: .5s;
}

.footer:hover {
  opacity: 1
}

.cell-footer {
  width: 20px;
  height: 20px;
  background-color: transparent;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  opacity: .8;
  transition: 0.5s;
  border-radius: 5px;
  float: left;
  margin: 10px
}

.cell-footer:hover {
  opacity: 1
}

.footerText {
  color: white;
  font-style: italic;
  margin-top: 10px;
  width: auto;
  font-size: small;
  letter-spacing: 3px;
  font-weight: 10;
  text-align: center;
  line-height: 15px;
}
