h1 {color:black;}

body
{
  
 background: url("https://i.natgeofe.com/n/8a3e578f-346b-479f-971d-29dd99a6b699/nationalgeographic_2751013_16x9.jpg");
  background-size:cover;
  background-repeat: no-repeat;
  /*background: url(" ");*/
  text-align: center;
}
#title, #content, #bottomContent
{
  
  background-color: #fffdd0;
  margin: 4vh 9vw;
  opacity: 0.69;
 
}
#title
{
  
}

#content
{
  border-radius: 15%;
  padding: 4vh;
  
}

#bottemContent
{
border-bottom-left-radius: 25%;
border-bottom-right-radius: 25%;
}

li, a
{ 
  list-style: none;
  text-decoration: none;
} 
