html {
    height: 100%;
}

body {
    background-image: url(../images/mySoccerImage.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    height: 100%;
    overflow: auto;
  }

.imageContainer {
    /* display: flex; */
    height: auto;
    overflow: auto;
}  

.jumbotron {
    margin-top: 2%;
    text-align: center;
    background-color: inherit;
    color: black;
    font-weight: bold;
    font-size: 42px !important;
    opacity: 0.9;
}

#worldCupTitle {
    border-width: 2px;
    border-color: black;
    border-style: solid;
    background-color: aquamarine;
    background-image: url(../images/);
    background-repeat: no-repeat;
    margin-left: 5%;
    /* background-size: 10%; */
} 

#worldCupTrophy {
    background-image: url(../images/soccerPitch.png);
    background-repeat: no-repeat;
    background-size: 10%;
    border-width: 2px;
    border-color: black;
    border-style: solid;
} 

#timer-card {
    background-color: aquamarine;
    border-width: 2px;
    border-color: black;
    border-style: solid;
}

#timer-text {
     font-size: 10px;
}

#timer-title {
    font-size: 10px;
    font-weight: bold;
}

 #timer-display {
     font-size: 11px;
 }

.start-button {
    background-color: blue;
    color: white;
    font-weight: bold;
    margin-top: 30%;
}

.question-row {
    vertical-align: middle;
    color: black;
    font-weight: bold;
    font-size: 24px;
    border-bottom-color: black;
    border-style: solid;
    border-width: 1px;
    background-color: aquamarine;
    opacity: 0.8;
    margin-bottom: 2%;
}

.questionNumber {
    text-align: center;
    margin-left: 3%;
    }

.askQuestion {
    padding-left: 5%;
    margin-right: 3%;
    }

.answer-button {
    background-color: blue;
    color: white;
    font-weight: bold;
    margin: 5%;
}

.checkAnswerContainer {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: beige;
    margin-left: 3%;
    margin-right: 3%;
    height: auto;
    overflow: auto;
}

#question-answer-card {
    margin-top: 5%;
    background-color: beige;
    opacity: .9;
}

#answerMessage {
    text-align: center;
}

#answerGif {
    /* background-image: url(../images/Celebrate.Gif); */
    background-repeat: no-repeat;
    /* background-size: 65%; */
    background-position: center;
}

.answerCounter {
    font-style: italic;
    font-weight: bold;
}

#count-down {
    font-style: italic;
}

#final-stats-card {
    margin-top: 20%;
    background-color:  aquamarine;
    opacity: .9;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    
}

.restart-button {
    background-color: blue;
    color: white;
    font-weight: bold;
    margin-top: 40%;
}