body {
    text-align: center;
    align-content: center;
    max-width: 800px;
    font-family: 'Balsamiq Sans', cursive;
    margin: auto;
    margin-top: 3rem;
    background-image: url("images/zocaloCDMX2.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100vh;
    cursor: pointer;
}

li {
    list-style: none;
}

header {
    font-family: 'Luckiest Guy', cursive;
    letter-spacing: 1px;
}

#instructions {
    border: 5px solid #ce1126;
    border-radius: 5px;
    background-color: whitesmoke;
    margin: 10% 25% 0 25%;
    padding-bottom: 2rem;
}

#game {
    margin: 5% 15% 0 15%;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
}

#subtitle {
    font-family: 'Luckiest Guy', cursive;
    letter-spacing: 1px;
}

#start {
    font-family: 'Luckiest Guy', cursive;
    font-size: 18px;
    background-color: #006847;
    color: white;
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid black;
    letter-spacing: 2px;
    margin-top: 2rem;
}

#exit, #playAgain, #next, #exitNo, #exitYes, #moreInfoButton {
    font-family: 'Luckiest Guy', cursive;
    font-size: 16px;
    background-color: #006847;
    color: white;
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid black;
    float: right;
    letter-spacing: 2px;
}

#responseMsg {
    font-family: 'Luckiest Guy', cursive;
    margin-bottom: 0;
}

#question {
    font-size: 30px;
    margin-top: 0;
    padding: 0 1rem 0 1rem;
}

#listOfQuestions {
    font-size: 24px;
    text-align: left;
    padding-left: 25%;
    margin-top: 0;
}

#score {
    flex-direction:row;
    justify-content: center;
    font-size: 18px;
    align-content: flex-end;
    background-color: whitesmoke;
    margin-bottom: 1rem;
}

#yourScore, #ignorance {
    margin: 0 1rem 0 1rem;
    font-size: 18px;
    width: 3rem;
    text-align: center;
}

#exit, #exitYes {
    margin-top: 2rem;
    background-color: #ce1126;
    margin-right: 2rem;
}

#moreInfoButton {
    margin-top: 2rem;
}

#next {
    margin-left: 1rem;
    float: none;
}

#playAgain {
    margin-top: 2rem;
}

#content {
    align-content: center;
}

#correctAnswer {
    margin-top: 0;
}

#finalMsg, #myModal {
    font-family: 'Luckiest Guy', cursive;
    font-size: 28px;
}

#exitYes, #exitNo {
    float: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 25%;
    width: 50%;
    overflow: auto;
    border: 5px solid #ce1126;
    border-radius: 5px;
    background-color: whitesmoke;
    top: 10rem;
    padding-bottom: 1rem;
}

#text2InModal {
    text-align: justify;
    text-indent: 1rem;
    font-size: 18px;
    margin-top: 3rem;
    padding: 0 1rem 0 1rem;
}

.close {
    margin-right: -90%;
    font-size: 24px;
}

#yourName, #howMany {
    font-size: 18px;
    font-family: 'Balsamiq Sans', cursive;
    height: 2rem;
    margin-right: 1rem;
}

#yourName {
    width: 8rem;
}

#howMany {
    width: 12rem;
    margin-right: 0;
}