#jump-info-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  font-family: sans-serif;
  font-size: 40px;
  width: 150px;
  margin-top: 10px;

  user-select: none;

}

#height-display {
  text-align: center;
  font-family: cursive;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
    1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

#power-display {
  text-align: center;
  font-size: 28px;
  font-family: cursive;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
    1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}