body{
    background-color:rgb(66, 66, 66) ;
}
header img{
    width: 50px;
    height: 50px;
}
.hero{
   min-height: 80vh;
    background-image: url(image/burger.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  
}

.title{
    text-align: center;
    color: chocolate;
    margin-top: 1rem ;
}
#image img{
    width: 200px;
    height: 200px;
}
.gallery:hover{
    scale: 0.9;
}
.card1{
  height: 450px;
}
.lol{
  height: 300px;
}
.hero1{
  width: 100%;

   
}



