.parentsbox{
    width: 400px;
	height: 400px;
	background: yellow;
	border-radius: 30%;
}
.pighead{
	width: 220px;
	height: 220px;
	background: pink;
	position: relative;
	border-radius: 100%;
	top: 30px;
	left: 90px;
}
.pigear{
	/* width: 50px;
	height: 50px;
	background: magenta;
	border-radius: 100%; */
	width: 0;
      height: 0;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 50px solid magenta;
	  
}
.ear1{
	position: absolute;
	top: 65px;
	left: 120px;
	transform: rotate(-25deg);
}
.ear2{
	position: absolute;
	top: 65px;
	left: 250px;
	transform: rotate(25deg);
}
.pigeye{
	width: 25px;
	height: 25px;
	background: white;
	border-radius: 100%;
}
.eye1{
	position: absolute;
	top: 130px;
	left: 160px;
}
.eye2{
	position: absolute;
	top: 130px;
	left: 240px;
}
.pigeyes{
	width: 15px;
	height: 15px;
	background: black;
	border-radius: 100%;
}
.eyee1{
	position: absolute;
	top: 133px;
	left: 168px;
}
.eyee2{
	position: absolute;
	top: 133px;
	left: 248px;
}
.irung{
	width: 85px;
  	height: 45px;
  	border-radius: 50%;
  	background-color: white;
	position: absolute;
	top: 165px;
	left: 170px;
}
.pignose{
	width: 18px;
	height: 18px;
	background: magenta;
	border-radius: 100%;
}
.nose1{
	position: absolute;
	top: 180px;
	left: 185px;
}
.nose2{
	position: absolute;
	top: 180px;
	left: 220px;
}
.pigsmile{
	width: 50px;
    height: 40px;
    border-radius: 50%;
    box-shadow:  0 10px 0 0 black;
	position: absolute;
	top: 195px;
	left: 180px;
}