body {
  font-family: "Comic Sans Ms";
  font-size: 20px;
  background-color: rgb(200, 200, 255);
  background-size:100% 100%;
}

.btn {
  margin-top: 5px;
  margin-bottom: 5px;
  outline: 0;
  background-color: rgb(150, 200, 180);
  width: 100px;
  height: 30px;
  padding: 0;
}

.center {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.image {
  width: 400px;
  margin-left: -65px;
}

.game-table {
  margin-left: auto;
  margin-right: auto;
}

.game-table tr {
  margin: 0;
}

.game-table td {
  margin: 0;
  margin-left: 10px;
}

.left-column {
  text-align: center;
}

.wrapper {
  position: relative;
  width: 334px;
  height: 400px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.messagebox {
  margin-top: 30px;
  height: 200px;
  widows: 90%;
  margin-left: auto;
  margin-right: auto;
  color: red;
}

.commandbox {
  width: 150px;
  height: 700px;
  float: left;
  background-color: rgb(150, 150, 225);
}

.playbox {
  padding-top: 10px;
  text-align: center;
  position: relative;
  float: left;
  width: 600px;
  height: 700px;
  background-color: #decad8;
}

.question {
  position: absolute;
  display: inline-block;
  border: 2px solid rgb(100, 100, 200);
  background-color: rgb(255, 255, 255);
  width: 100px;
  height: 40px;
  margin: 7px;
}

.question.one {
  right: -10px;
  top: 130px;
}

.question.two {
  left: 0px;
  top: 290px;
}

.question.three {
  right: 10px;
  top: 420px;
}

.question.red {
  border-color: rgb(255, 100, 100);
}

.answer {
  display: inline-block;
  cursor: pointer;
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin: 3px;
  text-align: center;
  border-width: 10px;
  background-color:#b1b1b1;
 
}


/**.answer img {
  position: absolute;
  display: none;
}**/

.top-label {
  margin-bottom: 50px;
  font-family: "Comic Sans Ms";
  font-size: 17px;
}
