body {
    font-family: cursive;
}

p {
    font-size: 2.5em;
}

.eye {
    background-color: rgb(32, 128, 0);
    width: 30%;
    height: 30%;
    border-radius: 40%;
}

.arm {
    background-color: #9ad813;
    position: absolute;
    top: 35%;
    width: 3%;
    height: 40%;
}

#head {
    width: 20%;
    height: 30%;
    border-radius: 40%;
    background-color: #ea6b0a;
    position: absolute;
    left: 25%;
    top: 5%;
}

#righteye {
    position: absolute;
    left: 10%;
    top: 10%;
}

#lefteye {
    position: absolute;
    left: 60%;
    top: 20%;
}

#nose {
    position: absolute;
    left: 45%;
    top: 50%;
    width: 10%;
    height: 15%;
    background-color: rgb(189, 238, 12);
}

#mouth {
    position: absolute;
    width: 65%;
    height: 15%;
    left: 20%;
    top: 70%;
    background-color: rgb(225, 18, 139);
}

#body {
    position: absolute;
    left: 25%;
    top: 35%;
    width: 20%;
    height: 55%;
    background-color: #0c1ba5;
    text-align: center;
    padding-top: 50px;
}

#rightarm {
    position: absolute;
    left: 22%;
}

#leftarm {
    position: absolute;
    left: 45%;
    width: 27%;
    height: 5%;
}