body {
  font-family: "Comic Sans Ms";
  font-size:22px;
  background-color: rgb(38,172,114);
}

.btn {
  margin-top: 5px;
  margin-bottom: 5px;
  outline: 0;
  background-color: rgb(150, 200, 180);
  width: 100px;
  height: 30px;
  padding: 0;
  font-family: "Comic Sans Ms";
}

.center {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.image {
  width: 250px;
  height: 200px;
  background-color: #fff;
  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;
}

.commandbox {
  width: 150px;
  height: 650px;
  float: left;
  background-color: rgb(150, 150, 225)
}

.playbox {
  padding-top: 10px;
  text-align: center;
  position: relative;
  float: left;
  width: 800px;
  height: 650px;
  background-color: rgb();
}

.questionbox {
  padding-top: 10px;
  text-align: left;
  padding-left: 80px;
}

.question {
  margin-bottom: 10px;
}

.question.red {
  border-color: rgb(255, 100, 100);
}

.answer {
  width: 50px;
  border: none;
  text-align:center;
  border-bottom: 1.5px solid #444;
  background-color: rgb(38,172,114);
  font-size:22px;
}

.top-label {
  margin-bottom: auto;
}
.input{
	border:5px;
	background:#fff;
	height:50px;
	font-family:"Comic Sans Ms";
	font-size:17px;
}
.img{
	width:80px;
	height:80px;
}
.rect {
 width:100px;
}
.oval{
	width:100px;
}
.numbers{
	height:800px;
	
}



@media only screen and (max-width: 500px) {
		.body{
	font-family: "Comic Sans Ms";
	font-size:18px;
	background-color: rgb(38,172,114);
	}
	
		.playbox{
		width:480px !important;
		height: 270px !important;
		margin-top:10px !important;
		font-size:12px !important;
	}
	
		.commandbox{
		width:150px !important;
		height: 270px !important;
		margin-top:10px !important;
	}
	
		.btn{
		width:60px !important;
		height: 20px !important;
		margin-bottom:0px !important;
		margin-top:0px !important;
		font-size:10px !important;
	
	}
	
		.wrapper{
		position: relative;
		width: 168px;
		height: 200pxpx;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-left: auto;
		margin-right: auto;
	
	}
	
		.image{
		width: 125px;
		height: 100px;
		background-color: #fff;
		margin-left: -30px;
	
	}
	
		.message-box{
		margin-top: 10px;
		height: 90px;
		widows: 50%;
		margin-left: auto;
		margin-right: auto;
	
	}
	
		.game-table td{
		margin: 0;
		margin-left: 2.5px;
	
	}
	
		.game-table tr{
		margin: 0;
	}
	
		.questionbox{
		padding-top: 2.5px;
		text-align: left;
		padding-left: 30px;
	
	}
	
		.question{
		margin-bottom: 2.5px;
	
	}
	
		.answer{
		width: 20px;
		border: none;
		text-align:center;
		border-bottom: 1px solid #444;
		background-color: rgb(38,172,114);
		font-size:18px;
	
	}
	
		.input{
		border:2px;
		background:#fff;
		height:20px;
		font-family:"Comic Sans Ms";
		font-size:10px;
	}
	
		.img{
		width:30px;
		height:30px;
	}
	
		.rect{
		width:30px;
	}
	
		.oval{
		width:30px;
	}
	
		.numbers{
		width:400px;
	}


}
