
body { background-image: url(https://p4.wallpaperbetter.com/wallpaper/781/1011/626/cartoon-paris-ratatouille-mouse-wallpaper-preview.jpg) ;
 background-size:cover
}
p{font-family: 'Supermercado One', cursive;}
h2{font-family: 'Rowdies', cursive;}
ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
 overflow: hidden;
 background-color: #333;
}
li {
 float: left;
}
li a {
 display: block;
 color: white;
 text-align: center;
 padding: 5px 16px;
 text-decoration: none;
}

li a:hover {
 background-color: #111;
}
div.container {
 width: 80%;
 border: 1px solid gray;
 margin: 0 auto;
  background-color:
rgba(255, 255, 255, 0.3);
}
header, footer {
 padding: 1em;
 color: white;
 
 clear: left;
 text-align: center;
}
nav {
 margin: 0;
 text-align:center;
}
nav ul {
 list-style-type: none;
 padding: 0;
}
li {
display:inline;
margin:1em;
}

nav ul a {
 text-decoration: none;
}
article {

 border-top: ;
 padding: 1em;
 overflow: hidden;
}
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 177px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}
