.parentsbox {
    height: 300px;
    width: 300px;
    border-radius: 20%;
    margin: auto;
    background-color: deepskyblue;
    position: absolute;
    z-index: -3;
}
p{
    color: white;
}
.pighead {
    margin-top: 30px;
    margin-left: 50px;
    width: 200px;
    height: 180px;
    border-radius: 100px 100px 50px 50px;
    position: absolute;
    background-color: white;
    z-index: -1;
}

.pigear {
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: black;
    border-radius: 100%;
    z-index: -2;
}

.ear1 {
    margin-top: 10px;
    left: 170px;
}

.ear2 {
    margin-top: 10px;
    right: 170px;
}

.pigeye{
    width: 65px;
    height: 65px;
    position: absolute;
    background-color: black;
    border-radius: 100px 50px 100px 50px;
}
.eye1 {
    margin-top: 80px;
    left: 165px;
    border-radius: 50px 100px 50px 100px;

}
.eye2 {
    margin-top: 80px ;
    right: 165px;
    
}
div.eye1 p{
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: white;
    border-radius: 100%;
    margin-left: 10px;
}
div.eye2 p{
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: white;
    border-radius: 100%;
    margin-left: 35px;
}
.pignose{
    width: 20px;
    height: 30px;
    border-top: 20px solid black;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-radius: 100px 100px 100px;
    margin-top: 130px;
    margin-left: 130px;
}
.pigsmile{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 40px;
    width: 115px;
    margin: 0 auto;
    border-bottom: 8px solid #222;
    border-radius: 100%;
    margin-top: 200px;
}