#game {
  width: 1280px;
  height: 600px;
}

#gameCanvas {
  width: 1280;
  height: 600;
}

.hiddenFrame {
  display: none;
}

#question {
  position: absolute;
  width: 500px;
  z-index: 1;
  left: 700px;
  top: 100px;
  height: 450px;
  background-color: white;
}

#monster {
  position: absolute;
  width: 300px;
  z-index: 1;
  left: 200px;
  top: 100px;
  background-color: white;
  text-align: center;
}

#monsterpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#store {
  position: absolute;
  width: 400px;
  z-index: 1;
  left: 400px;
  top: 200px;
  background-color: white;
}

.storePopup {
  position: absolute;
  width: 400px;
  z-index: 1;
  left: 400px;
  top: 200px;
  background-color: white;
}

#deadWindow {
  position: absolute;
  width: 300px;
  z-index: 1;
  left: 350px;
  top: 200px;
  background-color: white;
}
