body{
    background-color: white;
}

#window{
    background-color: grey;
    width: 1000px;
    height: 500px;
    margin: auto;
    position: relative;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#images{
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
/*buttons*/
button{
    margin: auto;
}
#shop{
    display: none;
}
#dungeon{
    display: none;
}
#inventory{
    display: none;
}
/*Area graphics*/
.gradun{
    display: none;
}
.grashop{
    display: none;
}
.grainv{
    display: none;
}
/*Dungeon floor classes*/
.f1{
    display: none;
}
.f2{
    display: none;
}
.f3{
    display: none;
}
.f4{
    display: none;
}
.f5{
    display: none;
}
.f6{
    display: none;
}
.f7{
    display: none;
}
.f8{
    display: none;
}
.f9{
    display: none;
}
.f10{
    display: none;
}
/*attack buttons */
.attack{
    display: none;
    position: absolute;
    bottom: 0;
}
#hit{
    left: 1px;
    z-index: 3;
}
#potionUse{
    left: 100px;
    z-index: 2;
}
#fireball{
    left: 200px;
    z-index: 1;
}
/*end of game elements*/
#endButton{
    display: none;
    position: absolute;
    bottom: 0;
    Right: 0;
}
.endScreen{
    display: none;
}
#thankYou{
    position: absolute;
    bottom: 0;
}