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

.test
{
  list-style: none;
}

#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;
}