body {
  background-color: lightblue;
}

h1 {
  color: navy;
  margin-left: 20px;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
}
