.jumbotron {
    background-image: url('https://github.com/danhauen/TriviaGame/blob/master/assets/images/Screen%20Shot%202020-01-11%20at%206.19.17%20PM.png?raw=true');
    
}

.modal-header {
    text-align: center !important;
}

#play-btn {
   background-color: red;
}

body {
    background-color: gray !important;
}

.question-card {
    background-image: url("#");
}

.question {
    background-color: gold !important;
}

/* #correct {
    background-color: gold !important;
  
} */
