.wrapper{
  position: relative;
  left: 30%;
}


/* .face-with-eyes */

.face-with-eyes{
  position: relative;
  width: 100px;
  height: 58px;
  background-image: url(./img/face.jpg);
}

.face-with-eyes .eye{
  position: absolute;
  top: 29px;
  width: 6px;
  height: 6px;
  background: black;
}

.face-with-eyes .eye1{
  left: 14px;
}

.face-with-eyes .eye2{
  left: 62px;
}
