body {
  font-family: "Open Sans", sans-serif;
  padding: 25px 20px;
  margin: 0;
  text-align: center;
}

h1 {
  font-family: serif;
  font-size: 30px;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  background: #82a6b1;
  text-shadow: 0px 2px 0 black;
  line-height: 100%;
  color: white;
  padding: 10px;
  margin: 10px 0 30px 0;
  display: inline-block;
}

/* Set the maximum width of your burger */
.sammy {
  max-width: 500px;
  margin: 0 auto;
}

/* This center-aligns all of the ingredients */
.sammy > div {
  margin: 0 auto;
}

.sammy-top {
  height: 20px;
  width: 60%;
  background: #ddb892;
  border-radius: 10px 10px 5px 5px;
  border-top: solid 15px rgba(0,0,0,.1);
}

.cheese {
  height: 15px;
  width: 62%;
  background: #EDE0D4;
  border-radius: 10px 10px 10px 10px;
  border-bottom: solid 2px rgba(0,0,0,.1);
}

.ham {
  height: 15px;
  width: 62%;
  background-color: #e27396;
  border-radius: 10px 10px 10px 10px;
  border-bottom: solid 2px rgba(0,0,0,.1);
}

.lettuce {
  color: transparent;
  text-decoration-line: line-through;
  text-decoration-style: wavy;
  text-decoration-color: green;
  text-decoration-thickness: 8px;
  height: 1px;
  width: 75%;
}

.sammy-bottom {
  height: 18px;
  width: 60%;
  background: #ddb892;
  border-radius: 5px 5px 10px 10px;
  border-bottom: solid 15px rgba(0,0,0,.1)
}


.plate {
  height: 5px;
  width: 80%;
  background: RebeccaPurple;
  border-radius: 20px 20px 200px 200px;
  border-bottom: dotted 5px #b388eb;
  border-top: dotted 5px #b388eb;
}