.tree-div{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    font-weight: 400;
    font-size: 30px;
  }
  