body {
  background: #222222;
}

#container {
  width: 500px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#head {
  width: 500px;
  height: 500px;
  background: white;
  border-radius: 50px;
}

.eye {
  width: 50px;
  height: 50px;
  background: black;
  border-radius: 50%;
}

.left {
  
}