body {
  background-color: rgb(255, 122, 122);
  color: rgb(0, 0, 0);
}

#lienzo {
width: 500px;
height: 600px;
border: 1px black;
background-color: rgb(0, 0, 0);
display: flex;
justify-content: center;
align-items:center

}

#cara {
width: 60%;
height: 80%;
/*border: 1px black;*/
background-color: rgb(255, 238, 0);
border-radius: 50%;
position: relative
}

.ojo{
  background-color: rgb(255, 255, 255);
  width: 8%;
  height: 8%;
  border-radius: 50%;
  position: absolute;
  top:20%

}

#ojoIzq {
left:20%
}



#ojoDer{
left: 30%

}





