body {
  background-color: rgba(0, 0, 0, 0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.container {
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}


header {
  background-color: lightblue;
  height: 118px;
  width: 1024px;
  text-align: center; 
} 

nav {
  background-color: rgba(0, 0, 0, 0.5);
  height: 30px;
  width: 1024px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
} 

nav a{
  text-decoration: none;
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

main {
  background-color: orange;
  height: 400px;
  width: 1024px;  
} 

footer {
  background-color: rgba(0, 0, 0, 0.5);
  height: 118px;
  width: 1024px;
  margin-top: 20px;
  margin-bottom: 20px;
} 

h1 {
  font-size: 84px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}