body
{
  background: #99bbaa;
}

h1
{
  text-align: center;
  margin: 0;
  position: absolute;
  float: left;
  top: 40%;
  line-height: 150%;
}

footer
{
    position: fixed;
    bottom: 10px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    padding: 0px;
    background-color: #2C4B33;
    color: #fff;
    opacity: 0.75;
    font-family: verdana; 
    font-size: 20pt;
    text-align: center;
    width: 99%
}