body {
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
}

#footer {
   position:fixed;
   left: 0;
   bottom: 20px;
   height: 30px;
   width:100%;
   background: white;
}

h1 {
  color: white;
}

p {
  font-size: 1.2em;
}
