body {
  background-color: white;
}

main {
  background-color: white;
}

.LunchMenu {
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  display: grid;
  grid-template-columns: auto auto;
  grid-auto-rows: auto auto;
  translate: -225px 100px;
}

img {
  border: 1em solid red;
  padding: 1em;
}

.one {
  background-color: white;
  display: block;
  height: 500px;
  float: left;
  justify-content: center;
  align-content: center;
  padding: 5px;
}

.half {
  background-color: white;
  display: block;
  height: 500px;
  float: left;
  justify-content: center;
  align-content: center;
  padding: 5px;
}