body{
  background-image: url("images/background.jpg");
  background-size:cover;
  font-family: Arial;
  color:white;

}

.container{
  width:80%;
  background-color:lightBlue;
  padding-top:20px;
  margin:20px auto;
  border-radius:10px;
  text-align: center;
}

nav{
  padding:20px ;
  background-color: white;
  text-align: center;
}

nav a{
  color:navy;
  margin-right:15px;
  text-decoration: none;
  
}
h1{
  text-align: center;
}

.item{
  background-color:steelblue;
  width: 50%;
  padding:15px;
  margin:10px auto;
  text-align:center;
}

img{
  border:14px double white;
}

footer{
  text-align: center;
  margin-top:20px;
  padding:10px;
}

















