.parentsbox{
    background-color: yellow;
    width: 500px;
    height: 500px;
    position: absolute;
    border-radius: 50px;
    right: 100px;
    bottom: 100px
}

.pighead{
    width: 300px;
    height: 300px;
    border-radius: 300px;
    background-color: pink;
    position: absolute;
    left: 105px;
    top: 130px;
}
.pigear.ear1::before{
    content: ' ';
width: 0px;
height: 0px;
border-radius: 50px;
border-top: solid 90px rgb(240, 34, 103);
border-left: solid 70px transparent;
border-right: solid 70px transparent;
margin-bottom: 20px;
position: absolute;
left: 85px;
top: 130px;
transform: rotate(-18deg);
}
.pigear.ear2{
    width: 0px;
    height: 0px;
    border-radius: 50px;
    border-top: solid 90px rgb(240, 34, 103);
    border-left: solid 70px transparent;
    border-right: solid 70px transparent;
    margin-bottom: 20px;
    position: absolute;
    left: 285px;
    top: 130px;
    transform: rotate(18deg);  
}

.pigeye.eye1{
    height: 0px;
    border-radius: 50px;
    border-top: solid 65px white;
    border-left: solid 65px white;
    margin-bottom: 20px;
    position: absolute;
    left: 180px;
    top: 200px;
}

.pigeye.eye2{
    height: 0px;
    border-radius: 50px;
    border-top: solid 65px white;
    border-left: solid 65px white;
    margin-bottom: 20px;
    position: absolute;
    left: 265px;
    top: 200px;
}

.pigeye.eye1::before{
    content: '.';
    position: absolute;
    left: -55px;
    top: -300px;
    font-size: 300px;
}
.pigeye.eye2::before{
    content: '.';
    position: absolute;
    left: -55px;
    top: -300px;
    font-size: 300px;
}
.pigsmile{
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border-bottom: solid 10px;
    margin-bottom: 20px;
    position: absolute;
    left: 230px;
    top: 320px;
    color : black;
    z-index: 0;
}

.pignose{
    border-radius: 50%;
    margin-top: 200px;
    width: 110px;
    height: 50px;
    background: whitesmoke;
    border-radius: 50%;
    position: absolute;
    top: 80px;
    left: 200px;
    margin-top: 200px;
    z-index: 0;
}

.pignose::before{
    content: '..';
    width: 100px;
    height: 100px;
    font-size: 230px;
    position: absolute;
    left: -3px;
    top: -175px;
    color : rgb(240, 34, 103);
}