* {
  margin: 0;
  box-sizing: border-box;
}

body {
  overflow: hidden;
}

.eye {
  width: 100vw;
  height: 100vh;
  background-image: url("bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

