.hidden {
    display: none;
}

.code {
  font-family: "Fira Mono", "monospace";
  white-space: pre-wrap;
  text-align: start;
}

.pivot {
  position: absolute;
  width: 93%;
  bottom: 2.5rem;
  left: 0.5rem;
}

.ball {
  background: #fcba03;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 1px;
  left: 1px;
  border-radius: 100%;
}

.mouth-happy {
  position: absolute;
  background-color: black;
  width: 21px;
  height: 9px;
  border-radius: 7px 7px 100px 100px;
  top: 25px;
  left: 10px;
}

.mouth-ok {
  position: absolute;
  background-color: black;
  width: 21px;
  height: 5px;
  border-radius: 7px 7px 7px 7px;
  top: 25px;
  left: 10px;
}

.mouth-shock {
  position: absolute;
  background-color: black;
  width: 21px;
  height: 12px;
  border-radius: 7px 7px 7px 7px;
  top: 25px;
  left: 10px;
}

.eyes {
  width: 27px;
  height: 10px;
  position: absolute;
  left: 8px;
  top: 9px;
}

.right,
.left {
  background-color: #4f2103;
  width: 5px;
  height: 6px;
  border-radius: 50px;
  position: absolute;
  top: 2px;
}

.right {
  right: 2px;
}

.bucket {
  background: #000000;
  width: 6.5rem;
  height: 3.25rem;
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  border-radius: 0.2rem 0.2rem 2rem 2rem;
  border-bottom: 0.3rem solid rgb(90, 85, 85);
  opacity: 0.5;
}


.id3 {
  background: #0d05ec;
  translate: -18rem;
}

.id2 {
  background: #05ec0d;
  translate: -10rem;
}

.id1 {
  background: #ec0505;
  translate: -2rem;
}

.i3 {
  translate: -18rem;
}

.i2 {
  translate: -10rem;
}

.i1 {
  translate: -2rem;
}

#pivot-zero {
  float: right;
  position: absolute;
  width: 68%;
  bottom: 15%;
}

#ball-zero {
  background: #fcba03;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 100%;
  color: #000000;
  font-weight: bolder;
  text-align: center;
  /* top: 3.5rem;
  left: 0rem; */
}

.dividend {
  color: #000000;
  font-weight: bolder;
  text-align: center;
  position: relative;
  top: 20%;
}

#bucket-zero {
  background: #000000;
  width: 25%;
  height: 50px;
  position: absolute;
  right: 37.5%;
  bottom: 6%;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border-bottom: 0.3rem solid rgb(90, 85, 85);
  border-top: 0.3rem solid rgb(90, 85, 85);
  opacity: 0.7;
  color: #ffffff;
  font-weight: bolder;
  text-align: center;
}

.division {
  color: #ffffff;
  font-weight: bolder;
  text-align: center;
  position: relative;
  top: 30%;
}

@media screen and (max-width: 768px) {
  .bucket {
    width: 5rem;
    height: 3rem;
  }
  .id1, .i1 {
    translate: 0rem;
  }
  .id2, .i2 {
    translate: -6rem;
  }
  .id3, .i3 {
    translate: -12rem;
  }
  .code {
    font-size: small;
  }
  #pivot-zero {
    width: 60%;
  }
}
