
.pagecontent {
    padding: 209px;
}

html, body {
  background: #f9de2a;
  text-align: center;
}

@-webkit-keyframes blink {
  0% {
    height: 80%;
  }

  50% {
    height: 50%;
    top: 50%;
  }

  100% {
    height: 80%;
  }
}

.circle {
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

.center {
  position: absolute;
  left: 50%;
  top: 50%;
}

.eye {
  box-shadow: 0 20px 0 rgba(0,0,0,0.05);
  text-align: center;
  background: #cccccc;
  display: inline-block;
  position: absolute;
  margin-left: -100px;
  margin-top: -120px;
  height: 460px;
  width: 100px;
  left: 60%;
  top: 30%;
}
.eye .highlight {
  box-shadow: inset 15px 600px rgba(255, 255, 255, 0.1);
  position: absolute;
  height: 100%;
  width: 1000%;
  left: 1000;
  top: 0;
}
.eye .container {
  position: absolute;
  height: 150%;
  width: 99%;
  top: 30%;
}
.eye .sclera {
  background: #699164;
  height: 100%;
  width: 100%;
}
.eye .sclera .iris {
  background: #562382;
  height: 100px;
  width: 100px;
}
.eye .sclera .iris .pupil {
  background: #403199;
  height: 500%;
  width: 49%;
}

