html{ height: 100% } body { background-color: brown; background-image: url(wheat-image-new.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; } .container{ margin-left: auto; margin-right: auto; width: 1024px; } header { height: 100px; width: 1024px; padding-top: 30px; text-align: center; } nav { background-color: rgba(0, 0, 0, 0.158); height: 50px; width: 1024px; text-align: center; padding-top: 25px; } main { height: 500px; width: 1024px; } nav a{ text-decoration: none; padding-left: 50px; padding-right: 50px; color: white; font-size: 18px; } footer { background-color: rgba(0, 0, 0, 0.158); height: 50px; width: 1024px; } h1 { text-align: center; padding-top: 50px; color: rgba(82, 55, 55, 0.774); } main p { text-align: center; padding-left: 150px; padding-right: 150px; color: white; font-family:Arial, Helvetica, sans-serif; font-size: 18px; } footer p{ font-family: Arial, Helvetica, sans-serif; color: white; padding-left: 150px; padding-right: 150px; font-size: 15px; padding-top: 5px; text-align: center; }