.parentsbox{
    width: 400px;
	height: 400px;
	background: yellow;
	border-radius: 30%;
}
.parentsbox::after {
	content: 'Bigul Pak Malen';
	border : 1px solid black;
	padding: 15px;
	border-radius: 5px;
	position: absolute;
	top: 300px;
	left: 130px;
}
.pighead{
	width: 210px;
	height: 210px;
	background: pink;
	position: relative;
	border-radius: 100%;
	top: 40px;
	left: 82px;
}
.pighead::before{
	content: "";
    position: absolute;
	top: 115px;
	left: 75px;
	width: 70px;
	height: 32px;
	background: white;
	border-radius: 50%;
}
.pigear{
	width: 0;
	height: 0;
	position: relative;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 50px solid magenta;
	border-top-left-radius: 30%;
	border-top-right-radius: 30%;
}
.ear1{
	position: absolute;
	top: 65px;
	left: 100px;
	transform: rotate(-25deg);
}
.ear2{
	position: absolute;
	top: 65px;
	left: 230px;
	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: 200px;
}
.eye1::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 9px;
	width: 15px;
	height: 15px;
	background: black;
	border-radius: 90%;
}
.eye2::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 9px;
	width: 15px;
	height: 15px;
	background: black;
	border-radius: 90%;
 }
.pignose{
	position: absolute;
	top: 188px;
	left: 180px;
	width: 18px;
	height: 18px;
	background: magenta;
	border-radius: 100%;
}
.pignose::before {
	content: "";
    position: absolute;
	left: 32px;
	width: 18px;
	height: 18px;
	background: magenta;
	border-radius: 100%;
}
.pigsmile{
	width: 50px;
    height: 40px;
    border-radius: 70%;
    box-shadow:  0 10px 0 0;
	color: black;
	position: absolute;
	top: 195px;
	left: 180px;
}