.parentsbox {
    height: 250px;
    width:300px;
    background-color: #faccbc    ;
    border-radius: 90%;
    position: relative;
    left: 50px;
    top: 60px;
    border: 5px solid;
}

.pighead {
    z-index: 5;
    position: relative;
    width: 80px;
    height: 90px;
 border-bottom: 2px solid;
 border-radius: 90%;
 top: 120px;
 left: 110px;
}

.eye1
{
    width : 130px;
    height : 130px;
    top: -125px;
    position : relative;
    border-radius: 50%;
    background-color : white;
    border : 1.4px solid black;
}
.eye1::before
{
    content : "";
    position : absolute;
    top :5px;
    left : 16px;
    width : 110px;
    height : 110px;
    background-color : #00aed0;
    border : 1px solid #00aed0;
    border-radius : 50%;
}
.eye1::after
{
    content : "";
    width : 40px;
    left : 45px;
    border : 20px solid black;
    height : 40px;
    border-radius : 50%;
    position : absolute;
    top : 20px;
    background-color : white;
}
.eye2 {
    width : 130px;
    left: 165px;
    height : 130px;
    position : relative;
    top: -260px;
    border-radius: 50%;
    background-color : white;
    border : 1.4px solid black;
}
.eye2::before
{
    content : "";
    position : absolute;
    top :5px;
    left : 1px;
    width : 110px;
    height : 110px;
    background-color : #00aed0;
    border : 1px solid #00aed0;
    border-radius : 50%;
}
.eye2::after
{
    content : "";
    width : 40px;
    left : 1px;
    border : 20px solid black;
    height : 40px;
    border-radius : 50%;
    position : absolute;
    top : 21px;
    background-color : white;
}
.ear1 {
    height: 50px;
    z-index: 6;
  width: 100px;
  background-color: #fbfb04;
  border-radius: 50%;
  position: absolute;
  left: -80px;
  top: 50px;
  border: 5px solid;
  transform: rotate(-80deg);

}
.ear1 {
    height: 50px;
    z-index: 6;
  width: 100px;
  background-color: #fbfb04;
  border-radius: 50%;
  position: absolute;
  left: -70px;
  top: 55px;
  border: 5px solid;
  transform: rotate(-80deg);

}
.ear2 {
    height: 50px;
    z-index: 6;
  width: 100px;
  background-color: #fbfb04;
  border-radius: 50%;
  position: relative;
  left: 258px;
  top: -55px;
  border: 5px solid;
  transform: rotate(80deg);
} 
.pignose {
    color: #00000000;
    height: 60px;
    position: relative;
    width: 200px;
    bottom: 450px;
    /* border: 2px solid black; */
    /* background-color: #fbfb04; */
    border-radius: 50%;
    left: 200px;
}

.pignose::after{
    content: " ";
    color: #00000000;
    height: 60px;
    position: absolute;
    width: 170px;
    bottom: 0px;
    /* border: 2px solid black; */
    background-color: #fbfb04;
    border-radius: 50%;
    transform: rotate(340deg);
    left: -200px;
}

.pignose::before{
    content: " ";
    color: #00000000;
    height: 60px;
    position: absolute;
    width: 170px;
    bottom: 0px;
    /* border: 2px solid black; */
    background-color: #fbfb04;
    border-radius: 50%;
    transform: rotate(-340deg);
    left: -50px;
}
.pighead::after {
    bottom: 240px;
    position: absolute;
    content: "Patrick Steven Kent Sugiarto - 0706012210046";
}