.parentbox{
    height: 300px;
    width:300px;
    background-color: yellow;
    border-radius:80px;
    position: relative;
}

.pighead{
    background-color: pink;
    border-radius: 100px;
    height: 200px;
    width: 200px;
    margin-left: 50px;
    z-index: -3;
}

.pigear{
    height: 0px;
    width: 0px;
    border-radius: 50px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 50px solid rgb(252, 74, 246);
}

.ear1{
    transform: rotate(199deg);
    margin-left: 180px;
    margin-bottom: 250px;
    margin-top: -190px;
}

.ear2{
    transform: rotate(155deg);
    margin-left: 50px;
    margin-bottom: 250px;
    margin-top: -300px;
}

.pigeye{
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 20px;
}

.eye1{
    margin-left: 100px;
    margin-top: -240px;
    margin-bottom: 200px;
}

.eye2{
    margin-left: 170px;
    margin-bottom: 200px;
    margin-top: -230px;
}

.pignose{
    color: rgb(252, 74, 246);
    margin-left: 100px;
    margin-bottom: 100px;
    margin-top: -190px;
    background-color: white;
    border-radius: 50% 50%;
    width: 75px;
    height: 40px;
    margin-left: 100px;
}

.pigsmile{
    background-color: black;
    width: 50px;
    border-radius: 70% 70% 0 0;
    margin-bottom: 600px;
    margin-top: -90px;
    margin-left: 120px;
}

p{
    font-size: 150px;
    position: relative;
    margin-top: -150px;
    margin-bottom: 50px;
    bottom: 112px;
}
