body {
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

svg {
  display: block;
}

.eyelid {
  fill: #000;
}

.eyelid:hover {
  fill: #645fab;
}

.eyepupil {
  fill: #fff;
}
