.parentsbox {
    background-color: rgb(248, 197, 197);
    width: 300px;
    height: 300px;
    border-radius: 30%;
    position: absolute;
}

.pighead {
    background-color: rgb(126, 69, 40);
    width: 190px;
    height: 180px;
    border-radius: 100%;
    position: absolute;
    margin: 55px;
    margin-top: 50px;
}

.pigear {
    background-color: rgb(126, 69, 40);
    width: 80px;
    height: 90px;
    border-radius: 100%;
    position: absolute;
    margin: 65px;
}

.ear1 {
    margin-left: 5px;
    left: 20px;
    margin-top: 40px;
}

.ear2 {
    margin-right: 5px;
    right: 20px;
    margin-top: 40px;
}

.pigeye {
    background-color: rgb(202, 113, 68);
    width: 40px;
    height: 50px;
    position: absolute;
}

.eye1 {
    border-radius: 100px 50px 100px 70px;
    margin-left: 5px;
    left: 40px;
    margin-top: 60px;
}

.eye2 {
    border-radius: 70px 100px 50px 100px;
    margin-right: 5px;
    right: 40px;
    margin-top: 60px;
}

div.eye1 p {
    font-size: 310px;
    margin-top: -210px;
    left: 35px;
    position: absolute;
    color: rgb(255, 255, 255);
}

div.eye2 p {
    font-size: 310px;
    margin-top: -210px;
    right: 35px;
    position: absolute;
    color: rgb(255, 255, 255);
}

div.pignose p {
    font-size: 240px;
    position: absolute;
    margin-top: -223px;
    margin-left: -10px;
    color: rgb(0, 0, 0);
}

.pignose {
    background-color: rgb(202, 113, 68);
    width: 100px;
    height: 70px;
    border-radius: 100%;
    position: absolute;
    margin-left: 100px;
    margin-top: 135px;
}

.pigsmile {
    width: 20px;
    height: 20px;
    border-top: 20px solid black;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-radius: 100px;
    margin-top: 130px;
    margin-left: 130px;
    position: absolute;
}