body
{
    background: url("pix/logoOll-bckg.png") no-repeat fixed center;
    background-size: contain;
}

.center{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 { letter-spacing: 0.5rem; line-height: 10rem;}

@media (min-width: 550px) {
  h1 { letter-spacing: 1rem; line-height: 10rem;}
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:40px;   /* Height of the footer */
   background-color: rgba(204, 204, 204, 0.3);
  vertical-align: center;
}

.footertext {
  opacity: 100%;
  color:222;
  text-align: center;
  margin-top:6px;
}
