* {
    font-family: Geo, sans-serif;
    background-color: #2e914d;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.questionText {
    width: 190px;
    height: 250px;
    
    background-color: #434836;
    color: #20a792;
    font-size: 2em;
}

.answer {
    width: 150px;
    height: 50px;
    
/*    margin-bottom: 190px;*/
    cursor: pointer;
    color: #301f79;
    border: 1px solid blue;
    background-color: #87b51e;
}

.answer:hover {
    border: 1px solid red;
}

.answerA {
    margin-left: 400px;
}

.answerC {
   margin-right: 400px; 
}

.restart:hover {
    border: 1px solid red;
}

.restart {
    width: 50px;
    height: 15px;
    
    bottom: 500px;
    left: 660px;
    border: 1px solid orange;
    position: absolute;
    background-color: #73b913;
    color: #441096;
    cursor: pointer;
}

.score {
    width: 150px;
    height: 15px;
    
    border: 1px solid #10cc60;
    background-color: #0ca582;
    color: #bec607;
}

.title {
    color: #13ceb8;
}

.playBtn {
    width: 90px;
    height: 40px;

    bottom: 250px;
    left: 630px;
    background-color: #3fd824;
    position: absolute;
    font-size: 1.2em;
    border: 1px solid silver;
    cursor: pointer;
    color: #1451b2;
}

.toWeb {
    
    text-decoration: none;
    border: 1px solid #ced42c;
    background-color: #ced42c;
}