@charset "UTF-8";
/* CSS Document */

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

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

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

.meatball {
  height: 30px;
  width: 120px;
  background: #74380d;
  border-radius: 20px;
  display: inline-block;
  vertical-align: top;
}

.patty {
  height: 35px;
  width: 60%;
  background: #ad370b;
  border-radius: 15px;
  border-bottom: solid 2px rgba(0,0,0,.1);
}

.pickle {
  height: 5px;
  width: 55%;
  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: 65%;
  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;
}
