body {
font-family: 'Neucha', cursive;
  background-color:#f0b38d;
  font-size:1.5em;
}
#titlebox {
background-color:#63402a;
  text-align:center;
  margin:auto;
  margin-bottom:1em;
  padding:.5em;
  border-radius:50em;
  color:#f0b38d;
  max-width:20em;
  border:.2em solid black

}
.sandwichbox {
width:100%;
  background-color:#63402a;
    color:#f0b38d;
  border-radius: 1em;
  height:25em;
	width:25em;
  text-align:center;
    border:.2em solid black; padding:2em;
  
}
#sandwiches {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;

}
.sandwichimg {
width:20em;
height:50%;
  margin:1em;
  overflow:hidden;
  border:.2em solid black;
  
}