/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
}
.footer {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 40px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
  background-color: #30AE91;
  color: #ffffff
} 
.footer span{
  color: #ffffff;
  height: 40px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
  font-size: 24px;
}