body{
	font-family: 'Times New Roman', Times, serif;
}
.parentsbox{
    width: 400px;
	height: 400px;
	background: yellow;
	border-radius: 30%;
	position: relative;
}
.pighead{
	width: 220px;
	height: 220px;
	background: #F2D091;
	position: relative;
	border-radius: 100%;
	top: 30px;
	left: 90px;
}
.pigear{
	width: 70px;
  	height: 60px;
	border-radius: 50% / 0 0 100% 100%;
	background-color: #D9AA52;
    /* border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 50px solid #D9AA52; */
	  
}
.ear1{
	position: absolute;
	top: 60px;
	left: 110px;
	transform: rotate(-25deg);
}
.ear2{
	position: absolute;
	top: 60px;
	left: 240px;
	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;
}
.eye1 p {
	font-size: 130px;
	position: relative;
	top: -233px;
	left: 0px;
}
.eye2 p {
	font-size: 130px;
	position: relative;
	top: -233px;
	left: 0px;
}
.pignose{
	width: 60px;
	height: 40px;
	background: brown;
	border-radius: 100%;
	position: absolute;
	top: 170px;
	left: 180px;
}
.pignose p {
	font-size: 130px;
	position: relative;
	top: -222px;
	left: -2px;
	color: black;
}
.pigsmile{
	width: 50px;
    height: 40px;
    border-radius: 50%;
    box-shadow:  0 10px 0 0 brown;
	position: absolute;
	top: 195px;
	left: 180px;
}