.mainbody {
	border: 1px solid black;
  height: 100px; 
  width: 100px;
}


#gallery {
  height: 70vh;
  width: 300px;
  overflow: scroll;
  margin: auto;
}

#randomGallery {
  overflow: scroll;
  height: 40vh;
	display: grid;
  grid-template-columns: auto auto;

}

.food {
	width: 100%;
  margin-bottom: 5px;  
}

.pic {
	width: 100%;
}

h1 {
	text-align: center;
  margin: 50px;
  padding-top: 40px;
}