.inventory{
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 21px;
    line-height: 50%;
}

.marketPlace {
    display: none;
    padding-top: 8px;
}



.door1 {
    width: 400px;
    position: fixed; bottom: 500px; right: 1200px;
}

.door2 {
    width: 400px;
    position: fixed; bottom: 500px; right: 595px;
}

.TROLL{
    width: 600px;
    position: fixed; top: 0; right: 775px;
}

.BEAR {
    width: 600px;
    position: fixed; top: 0; right: 775px;
}

.WOLF {
    width: 600px;
    position: fixed; top: 0; right: 775px;
}

.BANDIT {
    width: 300px;
    position: fixed; top: 0; right: 900px;
}

.CHEST {
    width: 400px;
    position: fixed; top: 0; right: 870px;
}

.ENDCHEST {
    width: 400px;
    position: fixed; top: 0; right: 870px;
}

.keyhole {
    width: 400px;
    position: fixed; top: 0; right: 870px;
}

.barTender{
    display: fixed;
    position: fixed;top: 0px; right: 1000px;
    font-size: xx-large;
}

.tenderTalk2 {
    display: fixed;
}

.leanTender{
    display: fixed;
    position: fixed;top: 0px; right: 1000px;
    font-size: xx-large;
}

.bar-tender {
    width: 400px;
}

.upgrades{
    display: none;
    margin-bottom: 10px;
}

.fishMarket {
    display: block;
}

.sellButtons{
    position: fixed; top: 0px;
    display: grid;
    margin-bottom: 10px;
    width: fit-content;
}

.sellButtons2{
    position: fixed; top: 0px; right: 1125px;
    display: grid;
    margin-bottom: 10px;
    width: fit-content;
}

.sellButtons3{
    position: fixed; top: 0px; right: 515px;
    display: grid;
    margin-bottom: 10px;
    width: fit-content;
}

.sellButtons4{
    position: fixed; top: 0px; right: 757px;
    display: grid;
    margin-bottom: 10px;
    width: fit-content;
}

.sellButtons5{
    position: fixed; top: 0px; right: 1415px;
    display: grid;
    margin-bottom: 10px;
    width: fit-content;
}

.tavern {
    display: none;
}

.dungeons {
    display: none;
}

.dungeon1 {
    display: none;
}

.dungeon2 {
    display: none;
}

.dungeon3 {
    display: none;
}

.dungeon4 {
    display: none;
}

.dungeon5 {
    display: none;
}

.dungeon6 {
    display: none;
}

.dungeon7 {
    display: none;
}

.dungeonEnd {
    display: none;
}

.Potion {
    display: none;
}

.encounter1 {
    display: none;
}

.encounter2 {
    display: none;
}

.encounter3 {
    display: none;
}

.encounter4 {
    display: none;
}

.rooms, .Room1, .Room2, .Room3, .Room4, .Room5, .Room6, .Room7, .Room8, .bearEncounter, .wolfEncounter, .robEncounter, .travelEncounter{
    display: grid;
    grid-template-columns: auto;
    position: fixed;
    position: absolute; bottom: 500px; right: 1000px;
}

.PotionOC{
    display: grid;
    grid-template-columns: auto;
    position: fixed;
    position: absolute; bottom: 500px; right: 1700px;
}

.gamble {
    display: grid;
    margin-bottom: 10px;
}
.gambleTable {
    display: none;
}

.bar {
    display: none;
    position: relative;
}

.leanBar{
        display: none;
        position: relative;
}

.House {
    display: none;
}


.inventory2 {
    position: fixed; bottom: 0; right: 1000px;
    font-size: 21px;
    line-height: 50%;
}

.returnButton{
    position: fixed; top: 550px; left: 0px;
    display: block;
}

.main {
    position: fixed; top: 20px; left: 10px;
    margin-bottom: 10px;
}

.cooking {
display: grid;
}

.campfire1{
    display: none;
}

.returnButton2 {
    position: fixed; top: 475px; left: 0px;
    display: block;
}
.inventory3 {
    position: fixed; bottom: 500; right: 400px;
    font-size: 21px;
    line-height: 50%;
}


button{
    display: grid;
    grid-template-columns: subgrid;
    background-color: white;
    font-size: 18px;
    margin: 4px;
}

.cookedMeat {
   position: fixed;bottom: 0px; right: 450px;
    display: grid;
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 50%;
}