.iceCream{
  transform:rotate(10deg); 
  margin-top:20px;
}

.body{
  border:4px solid;
  height:230px;
  width:120px;
  background-color:#e74c3c;
  border-top-left-radius:30%;
  border-top-right-radius:30%;
  margin:0 auto;
  position:relative;
  box-shadow:5px -10px 0px 2px rgba(234, 70, 81, .6);
}

.stick{
  box-shadow:6px -10px 0px 2px rgba(234, 70, 81, .6);
  background-color:#dbb14e;
  height:80px;
  width:40px;
  margin:0 auto;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  border:4px solid;
  border-top:0;
}

.lines{
  display:inline-block;
}

.line{
  height:20px;
  width:3px;
  background-color: #af8a31;
  margin-left:5px;
}

.line2{
  margin-top:10px;
}

.linesTwo .line{
  margin-top:1px;
  height:10px;
}

.linesTwo{
  transform:translate(0px, 5px);
}

.linesTwo .line2{
  margin-top:15px;
  height:30px;
}

.linesThree .line{
  margin-top:7px;
  height:8px;
}

.linesThree .line2{
  margin-top:15px;
  height:15px;
}

.drop{
  position:absolute;
  background-color:#e74c3c;
  height:28px;
  width:10px;
  bottom:0;
  margin-left:5px;
  transform:translateY(30px) rotate(-10deg);
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  border-bottom:4px solid;
  border-left:4px solid;
  border-right:4px solid;
}

.correct{
  background-color:#e74c3c;
  width:20px;
  height:5px;
  margin-top:-1px;
}

.correct2{
  margin-top:-3px !important;
}

.drop2{
  margin-left:18px;
  height:15px;
  width:8px;
  transform:translateY(18px) rotate(-10deg);
}

.eye{
  display:inline-block;
  font-size:100px;
  margin-left:20px;
  margin-top:60px;
  transform:translate(-15px);
  z-index:2;
  position:relative;
}

.eye:after{
  content:".";
  color:white;
  position:absolute;
  font-size:40px;
  margin-top:49px;
  margin-left:-20px;
}

.eye2{
  transform:translate(15px);
}

.mouth{
  border:4px solid;
  background-color:#ff9b9b;
  width:90px;
  height:40px;
  margin:0 auto;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  z-index:2;
  position:relative;
}

.iceLine{
  background-color:#c0392b;
  height:180px;
  position:absolute;
  width:30px;
  border-radius:30px;
  top:30px;
  left:20px;
  z-index:1;
  opacity:.5;
}

.iceLine2{
  left:70px;
}

.teeth{
  position:absolute;
  background-color:white;
  top:0;
  width:100%;
  height:10px;
}

p{
  text-align:center;
  font-family: 'Baloo Bhaijaan', cursive;
  font-size:30px;
  color:#1abc9c;
  text-shadow: 2px 1px #16a085;
}