.parentsbox {
    background-color: rgb(124, 129, 226);
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.pighead {
    height: 50px;
    width: 50px;
    background-color: #9096b3;
    border-radius: 100px;
    position: relative;
    left: 25%;
    top: 15%;
    border: 2px solid black;

}

.ear1 {
    height: 35px;
    width: 35px;
    background-color: #9096b3;
    transform: translate(10%, -10%);
    border-radius: 100px;
    position: relative;
    left: 55%;
    bottom: 57%;
    border: 2px solid black;
    
}
.ear2 {
    height: 35px;
    width: 35px;
    background-color: #9096b3;
    transform: translate(-10%, -10%);
    border-radius: 100px;
    position: relative;
    bottom: 95%;
    left: 8%;
    border: 2px solid black ;
}
.eye1 {
    height: 5px;
    width: 5px;
    border-radius: 100px;
    background-color: black;
    position: relative;
    bottom: 85%;
    left: 38%;
}
.eye2{
    height: 5px;
    width: 5px;
    border-radius: 100px;
    background-color: black;
    position: relative;
    bottom: 90%;
    left: 60%;
}
.pignose{
    height: 15px;
    width: 10px;
    border-radius: 100px;
    background-color: black;
    position: relative;
    bottom: 90%;
    left: 48%;
}
/*.pigsmile {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: black;
    position: relative;
    bottom: 90%;
    left: 48%;
}