**{
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
  body{
  font-family: montserrat;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
    url(lala.jpeg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    }
  nav{
    background-image: solid transparent;
    width: 100%;
    height: 100px;
   
  }
  ul{
    float: right;

    margin-right: 100px;
    margin:0;
    padding: 20px;
 
  }
  label.logo{
  color: white;
  font-size: 45px;
  line-height: 40px;
  padding: 5px;
  margin-top: 30px;
  font-weight: bold;

}
  li{
    float: left;
  }
  nav a {
    width: 120px;
    display: block;
    background-color:#E41406;
    text-decoration: none;
    text-align: center;
    background: #594848;
    font-size: 17px;
    color: white;
    padding: 20px 10px;
    font-family: Arial;
  }
nav a:hover{
  background: #E41406;
  color:black;
}
.container
{
 max-width: 2000px;
 margin: auto;
 background: solid transparent;
 overflow: auto;
}
.gallery
{
  margin: 5px;
  border: 1px solid transparent;
  float: left;
  width: 390px;
}
.gallery img
{
  width: 100%;
  height: auto;
}
.desc
{
  padding: 10px;
  text-align: center;
}