.body{
  position: relative;
  background-color: rgb(249,217,70);
  width:250px;
  height:400px;
  border:5px solid black;
  border-radius:125px;
  top:80px;
  left:calc(50% - 125px)
}
.eye1{
  position: absolute;
  width:80px;
  height:80px;
  border:5px solid black;
  right:50%;
  top:60px;
  border-radius:50%;
  background-color: #fff;
}
.eye1::after{
  content:'';
  position: absolute;
  width:40px;
  height: 18px;
  background-color: #000;
  top:40%;
  left:-40px;
  transform:rotate(15deg);
  border-radius:0 10px 0 0;
}
.eyein1{
  position: absolute;
  width:50px;
  height: 50px;
  background-color: black;
  left:calc(50% - 25px);
  top:calc(50% - 25px);
  border-radius:50%;
}
.eyein1::after{
  content:'';
  width:20px;
  height: 20px;
  position: absolute;
  background-color: #fff;
  border-radius:50%;
  right:2px;
  top:10px;
}
.eye2{
  position: absolute;
  width:80px;
  height:80px;
  border:5px solid black;
  left:50%;
  top:60px;
  border-radius:50%;
  background-color: #fff;
}
.eye2::after{
  content:'';
  position: absolute;
  width:40px;
  height: 18px;
  background-color: #000;
  top:40%;
  right:-40px;
  transform:rotate(-15deg);
  border-radius:10px 0 0 0;
}
.eyein2{
  position: absolute;
  width:50px;
  height: 50px;
  background-color: black;
  left:calc(50% - 25px);
  top:calc(50% - 25px);
  border-radius:50%;
}
.eyein2::after{
  content:'';
  width:20px;
  height: 20px;
  position: absolute;
  background-color: #fff;
  border-radius:50%;
  right:2px;
  top:10px;
}

.mouse{
  position: absolute;
  width:52px;
  height: 39px;
  border:5px solid black;
  left:calc(50% - 35px);
  top:150px;
  background-color: #fff;
  transform:rotate(-37deg);
  border-radius:0 0 0 30px;
}
.mouse::before{
  content:'';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 48px solid transparent;
  border-right: 32px solid transparent;
  border-bottom: 40px solid rgb(249,217,70);
  transform:rotate(37deg);
  top:-50%;
}
.mouse::after{
  content:'';
  position: absolute;
  background-color: black;
  width:70px;
  height: 5px;
  transform:rotate(37deg);
  left:-10px;
  top:15px;
}

.kuzishang{
  position: absolute;
  background-color: rgb(32,116,160);
  width:160px;
  height: 50px;
  bottom:120px;
  left: 40px;
  border-top:5px solid black;
  border-left:5px solid black;
  border-right:5px solid black;
}

.kuzixia{
  background-color: rgb(32,116,160);
  position: absolute;
  bottom:0px;
  width:250px;
  height: 120px;
  border:0px solid black;
  border-radius:0 0 120px 120px;
  border-top:5px solid black;
}
.kudou{
  position: absolute;
  width: 60px;
  height: 50px;
  border:5px solid black;
  left:calc(50% - 35px);
  border-radius: 0 0 25px 25px;
}
.line1{
  position: absolute;
  top:10px;
  left:5px;
  width: 30px;
  height: 30px;
  border-top:5px solid black;
  border-right:5px solid black;
  border-top-right-radius:100px;
  transform: rotate(100deg);
}
.line2{
  position: absolute;
  width:6px;
  height: 50px;
  background-color: black;
  left: calc(50% - 3px);
  bottom: 0px;
}
.line3{
  position: absolute;
  top:10px;
  right:5px;
  width: 30px;
  height: 30px;
  border-top:5px solid black;
  border-right:5px solid black;
  border-top-right-radius:100px;  
  transform: rotate(800deg) rotateX(-180deg);
}

.belt1{
  position: absolute;
  background-color: rgb(32,116,160);
  width:80px;
  height: 20px;
  border:5px solid black;
  transform:rotate(45deg);
  left:-55px;
  top:-25px;
  border-radius:0 0 0 6px;
}
.belt1::before{
  content:'';
  border:5px solid black;
  position: absolute;
  border-radius:50%;
  right:5px;
  top:5px;
}
.belt1::after{
  content:'';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid rgb(32,116,160);
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgb(32,116,160);
  border-left: 10px solid transparent;
  left:-25px;
  top:-5px;  
}
.belt2{
  position: absolute;
  background-color: rgb(32,116,160);
  width:80px;
  height: 20px;
  border:5px solid black;
  transform:rotate(-45deg);
  right:-55px;
  top:-25px;
  border-radius:0 0 6px 0;
}

.belt2::before{
  content:'';
  border:5px solid black;
  position: absolute;
  border-radius:50%;
  left:5px;
  top:5px;
}
.belt2::after{
  content:'';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid rgb(32,116,160);
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgb(32,116,160);
  border-right: 10px solid transparent;
  right:-25px;
  top:-5px;  
}

.hair{
  position: absolute;
  width:110px;
  height: 110px;
  border-top:5px solid ;
  border-radius:50%;
  left:20px;
  top:-65px;
  transform:rotate(20deg);
}
.hair::after{
  content:'';  
  position: absolute;
  width:100px;
  height: 100px;
  border-top:5px solid ;
  border-radius:50%;
  top:20px;
  left:20px;
  transform:rotate(-20deg);
}

.hand1{
  position: absolute;
  border:5px solid black;
  width: 50px;
  height: 50px;
  background-color:rgb(247,217,70);
  z-index:-1;
  transform:rotate(45deg);
  left:-30px;
  top:53%;
  border-radius:0 0 0 25px;
}
.hand1::after{
  content:'';
  position: absolute;
  width:5px;
  height:15px;
  background-color: black;
  left:15px;
  top:23px;
}
.hand2{
  position: absolute;
  border:5px solid black;
  width: 50px;
  height: 50px;
  background-color:rgb(247,217,70);
  z-index:-1;
  transform:rotate(45deg);
  right:-30px;
  top:53%;
  border-radius:0 25px 0 0;
}
.hand2::after{
  content:'';
  position: absolute;
  width:15px;
  height:5px;
  background-color: black;
  right:12px;
  top:15px;
}

.foot1{
  position: absolute;
  height: 60px;
  width: 40px;
  background-color: #000;
  top:395px;
  right:calc(50% + 3px);
  z-index: -1;
}
.foot1::after{
  content:'';
  position: absolute;
  width:50px;
  height: 40px;
  left:-40px;
  top:20px;
  background-color: #000;
  border-radius:30px 0 0 10px;
}

.foot2{
  position: absolute;
  height: 60px;
  width: 40px;
  background-color: #000;
  top:395px;
  left:calc(50% + 13px);
  z-index: -1;
}
.foot2::after{
  content:'';
  position: absolute;
  width:50px;
  height: 40px;
  right:-40px;
  top:20px;
  background-color: #000;
  border-radius:0 30px 10px 0;
}

.shadow{
  position: absolute;
  background: rgba(0,0,0,0.3);
  width: 240px;
  height: 2px;
  border-radius: 50%;
  box-shadow: 0 0 2px 4px rgba(0,0,0,0.3);
  top:458px;
  left:10px;
}
button{
  margin-left:10vw;
}