body {
  background-color: #9DCBD1;
}

#food{
  display: block;
  margin: 0;
  width: 94%;
  border: #F2E28F groove;
   border-width: 18px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("https://s-thornz.neocities.org/storee.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height:600px;
  position:relative;
}


#button{
  display:block;
  width:100px;
  height:30px;
  background-color:white;
  border-radius:25px;
  text-align:center;
  padding-top:3px;
margin:0 auto;
margin-top:300px;
}


