#hiii{
    border: solid black 2px;
    top: 0px;
    position: sticky;
    background-color: rgb(135, 62, 14);
}

body {
    background-color: blanchedalmond;
}
#help{
    height: 1000px;
    width:1000px
}


.ba{
      position: absolute;
      top: 40px;
      left: 40px;
}




.ba{
    position: absolute;
    top: 50%;
    left: 50%
}

.baa{
    position: absolute;
    top: 52%;
    left: 50%
}

#jar{
    position: relative;
    left: 0%;

}

#thingy{
    position: fixed;
    right: 10px;
    bottom: 10px;
}