#answerButton {
    display: block;
}

.buttons {
    background-color: #1a887f;
    border-radius: 28px;
    border: 1px solid #167067;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 16px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
    position: relative;
    margin: 0 auto;
}

.correct {
    color: green;
    font-weight: bold;
}

.incorrect {
    color: red;
    font-weight: bold;
}

.strike {
    text-decoration: line-through;
}

.textgame {
    text-align: justify;
    font-size: x-large;
}

#solucion {
    text-align: center;
}

.cursive {
    font-style: italic;
}

input {
    border: none;
    padding:  3px 0;
    border-bottom: solid 1px  #1a887f;
    width: 100px;
}

.numbers {
    font-size: 1.2em;
    font-weight: bold;
    color:  #1a887f;
}

#instrucciones {
    font-weight: bold;
    font-family: Arial;
    font-size: 1.0em;
}