body {
    font-family: "Comic Sans Ms";
    font-size: 16px;
    /* overflow-y:hidden;
  overflow-x:hidden; */
}

input {
    font-family: "Comic Sans Ms";
    font-size: 16px;
}

.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: 250px;
    height: 200px;
    background-color: #fff;
    margin-left: -65px;
}

.game-table {
    /*  margin-left: auto;
  margin-right: auto; */
    font-family: "Comic Sans Ms";
    font-size: 16px;
}

.game-table tr {
    margin: 0;
}

.game-table td {
    margin: 0;
    margin-left: 10px;
}

.left-column {
    text-align: center;
    background-color: #A9A9A9;
}

.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;
    background-color: #A9A9A9;
}

.commandbox {
    width: 150px;
    height: 680px;
    float: left;
    background-color: rgb(153, 102, 102);
}

.playbox {
    padding-top: 10px;
    text-align: center;
    position: relative;
    float: left;
    width: 900px;
    height: 680px;
    background-color: #eeeeee;
    /* color: rgb(102, 0, 0); */
    /* background-image:url("../img/game2bg.png");
  background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; */
}

.questionbox {
    padding-top: 10px;
    text-align: left;
    padding-left: 80px;
}

.question {
    margin-bottom: 20px;
}

.question.red {
    border-color: rgb(255, 100, 100);
}

.answer {
    width: 170px;
    border: none;
    border-bottom: 1.5px solid #444;
    background-color: rgba(255, 255, 255, .1);
}

.top-label {
    margin-bottom: 16px;
    font-family: "Comic Sans Ms";
    font-size: 16px;
    color: rgb(102, 51, 153);
}

.yenyewe {
    /* margin-top:100px; */
    font-size: 16px !important;
    text-align: left !important;
}