footer { /*Fixed: Centered the footer to match the picture */
   padding-left: 20%;
   text-align: center;
}

body { /*Fixed: Adjusted the margins of the body to match the picture */
   padding-left: 20%;
   padding-right: 20%;
}

h1 { /*Fixed: Adjusted the color to match the picture */
   color: #a9dfe8;
}