

.game-container {
    margin: 0 auto;
    width: auto;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    min-height: 300px;
    box-shadow: 1px 2px 20px 0px rgb(0 0 0 / 38%);
}
.play-container,#restart-btn,.gameover {display:none;}
.question {
    font-size: 50px;
    font-family: "Arial Rounded MT";
}
.game-boy {
    /* background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); */
    color: #333;
    /* border: 1px solid #cecece; */
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 1em;
}
.btn-block {
    width: 100%;
    display: block;
    margin-bottom: 1em;
}
.orange-bg {
    background: rgb(38,208,206);
    background: linear-gradient(90deg, #8f3f1a 0%, #571b00 100%);
}
.red {
    background: #ff758c;
    color: #fff;
}

.blue {
    background: #00c9ff;
    color: #fff;
}
.button {
    position: relative;
    padding: 10px 40px;
    margin: 0px 10px 10px 0px;
    float: left;
    border-radius: 3px;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    background-color: #583b37;
    border: none;
    border-bottom: 5px solid #3d2927;
    text-shadow: 0px -2px #583b37;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.logo {
    font-family: "Pacifico", cursive;
    font-size: 60px;
    font-weight: normal;
    margin-bottom: 0px;
}

#word{
    margin-top: 0px;
    font-size: 2em;
    text-align: center;
    font-weight: bold;
}

.info{
    border: 1px solid #a2f5ba;
    padding: 1em;
    background: #b1ffc8;
    border-radius: 5px;
}

.word-box{
    border: 1px solid #ddd;
    padding: 16px;
}
#gword{
    font-size: 28px;
    margin: 0px;
    color: #000;
}
#gdesc{
    font-size: 14px;
}


hr{
    color: #ddd
}

.btn-push {
    position: relative;
    top: 0px;
    /*font-family: "Open Sans";*/
    text-decoration: none;
    font-size: 25px;
    padding: 15px 50px;
    background: #f7f7f7;
    /*margin: 0 10px;*/
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 0px #c4c4c4;
    -moz-box-shadow: 0px 5px 0px #c4c4c4;
    -ms-box-shadow: 0px 5px 0px #c4c4c4;
    -o-box-shadow: 0px 5px 0px #c4c4c4;
    box-shadow: 0px 5px 0px #c4c4c4;
    color: #222;
    text-shadow: 1px 1px 1px #fff;
    -webkit-transition: All 250ms ease;
    -moz-transition: All 250ms ease;
    -o-transition: All 250ms ease;
    -ms-transition: All 250ms ease;
    transition: All 250ms ease;
  }
  .btn-push:active {
    position: relative;
    top: 5px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: All 250ms ease;
    -moz-transition: All 250ms ease;
    -o-transition: All 250ms ease;
    -ms-transition: All 250ms ease;
    transition: All 250ms ease;
  }
  .btn-push.orange {
    background: #26D0CE;
    color: #fff;
    border: 1px solid #2296B3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 0px #2296B3;
    -moz-box-shadow: 0px 5px 0px #2296B3;
    -ms-box-shadow: 0px 5px 0px #2296B3;
    -o-box-shadow: 0px 5px 0px #2296B3;
    box-shadow: 0px 5px 0px #2296B3;
    text-shadow: 1px 1px 1px #2296B3;
}
.btn-push.green {
    background: #7cc576;
    color: #fff;
    border: 1px solid #46963f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 0px #46963f;
    -moz-box-shadow: 0px 5px 0px #46963f;
    -ms-box-shadow: 0px 5px 0px #46963f;
    -o-box-shadow: 0px 5px 0px #46963f;
    box-shadow: 0px 5px 0px #46963f;
    text-shadow: 1px 1px 1px #46963f;
}
.btn-push.red {
    background: #df4242;
    color: #fff;
    border: 1px solid #a01b1b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 0px #a01b1b;
    -moz-box-shadow: 0px 5px 0px #a01b1b;
    -ms-box-shadow: 0px 5px 0px #a01b1b;
    -o-box-shadow: 0px 5px 0px #a01b1b;
    box-shadow: 0px 5px 0px #a01b1b;
    text-shadow: 1px 1px 1px #a01b1b;
}
.btn-push.small-size {
    font-size: 15px;
    padding: 15px 50px;
}

div#quoteDisplay {
    font-size: 40px;
    font-weight: 600;
    color: #1e1e1e;
}
.correct {
    color: green;
  }
  
.incorrect {
color: red;
text-decoration: underline;
}

@media all and (max-width: 500px){
    .question {
        font-size: 30px;
    }
}