
body {
  padding: 25px 20px;
  margin: 0;
  text-align: center;
}
h1, main, section, footer{
  font-family: 'Montserrat', sans-serif;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  background: #ea260d;
  text-shadow: 0px 2px 0 rgba(0,0,0,.2);
  line-height: 100%;
  color: white;
  padding: 10px;
  margin: 0 auto;
  display: inline-block;
}

input{
  background-color: rgba(223, 223, 221, .9);
  border: 1px solid #000;
  border-radius: 4px;
  height: 25px;
  width: 200px;
}

.button {
  font-size: 1.2em;
  background-color: #AAC2EB;
  cursor: pointer;
}

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

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

.bun-top {
  padding-top: 10px;
  height: 70px;
  width: 60%;
  background: #e5b05a;
  border-bottom: solid 10px rgba(0,0,0,.1);
  border-radius: 100px 100px 20px 20px;
}

.cheese {
  background: #f2c120;
  border-bottom: solid 2px rgba(0,0,0,.1);
  font-size: .8em;
  height: 15px;
  width: 65%;
}

.tomato {
  height: 35px;
  background-color: #dd3710;
  border-bottom: solid 2px rgba(0,0,0,.1);
  width: 50%;
}

.meatball {
  height: 60px;
  background: #74380d;
  border-radius: 50px;
  display: inline-block;
  vertical-align: top;
  width: 70px;
}

.patty {
  height: 35px;
  width: 65%;
  background: #ad370b;
  border-radius: 15px;
  border-bottom: solid 2px rgba(0,0,0,.1);
  font-size: .8em;
  height: inherit;
}

.pickle {
  height: 30px;
  width: 50%;
  background: #3ac67d;
  border-radius: 0 0 100px 100px;
  border-bottom: solid 10px #2d9961;
}

.onion {
  width: 40%;
  background-color: #a039bf;
  border-top: dotted 20px rgba(255,255,255,.2);
}

.bun-bottom {
  height: 35px;
  width: 60%;
  background: #e5b05a;
  border-radius: 20px 20px 40px 40px;
  border-top: solid 8px rgba(0,0,0,.1)
}

.plate {
  height: 25px;
  width: 80%;
  background: #656565;
  border-radius: 20px 20px 200px 200px;
}





