body {
  width: 50%;
  display: flex;
  justify-content: center;
  position: relative;
  margin: auto;
}

.screen-container {
  position: relative;
  width: 100%;
  /* background-color: lightblue; */
  height: 100vh;
}

.screen-text {
  max-width: 12px;
  height: 73px;
  display: block;
  word-break: break-all;
  position: absolute;
  right: 152px;
  font-size: 93px;
  font-weight: bold;
}

.saccharine {
  transform: rotate(90deg);
  top: 100px;
  position: absolute;
  width: 200px;
  right: -29px;
}

#black-hole{
  top: 414px;
  right: 174px;
  position: absolute;
}

.screen-fill{
  position: absolute;
  right: 144px;
  font-weight: bold;
}

.the{
  position: absolute;
  right: 24px;
}

.is-a{
  position: absolute;
  right: 13px;
  top: 397px;
}

#tama{
  position: absolute;
  bottom: 20px;
  right: 173px;
}

.visible{
  display: block;
}

.invisible{
  display: none;
}

#eye{
  position: absolute;
  top: 30px;
  right: 167px;
  border: solid black 2px;
  width: 200px;
  height: 140.75px;
}
#eye:hover{
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>🔦</text></svg>")
  16 0,
auto;
}
#labor{
  position: absolute;
  top: 0;
}
#mouth{
  position: absolute;
  top: 189px;
  right: 215px;
}
#mouth:hover{
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>💰</text></svg>")
  16 0,
auto;
}
#eye img{
  max-width: 200px;
}
#mouth img{
  width: 400px;
  filter: blur(3px)
}
img{
  object-fit: cover;
  filter: grayscale(75%)
}
#changes{
  position: absolute;
  font-size: 10px;
  top: 393px;
  right: 305px;
  width: 400px;
  height: 119px;
  /* background-color: green; */
}
.complex-container{
  position: absolute;
  left: 0;
}
.individuals{
  position: absolute;
  width: 300px;
  left: 129px;
  top: 73px;
}
.complex-title{
  position: absolute;
  font-size: 64px;
  font-weight: bold;
  top: 87px;
}
#squiggle{
  position: absolute;
  top: 150px;
  left: 0;
}