
.jumbotron {
  box-sizing: border-box;
  height: 600px;
  background-color: rgba(0, 0, 0, 0);
}

.main-button-container {
  margin-top: 175px;
  max-width: 110px;
  margin-left: auto;
  margin-right:auto;
  text-align: center;
}

.timer-p {
  margin-top: 40px;
}

.answer:hover {
  background: yellow;
}
.start-button {
  text-align: center;
  text-align: center;
  font-size:30px;
  color: white;
}

.answer {
  padding-top: 7px;
  height: 45px;
  color: black;
  padding-left: 14px;
  background-color: white;
  border-radius: 4px;
}

.img-wrong {
  margin-top: 40px;
}

.first-answer {
  margin-top: 40px;
}

.reset-button-container {
  margin-top: 40px;
  font-weight: bold;
  text-align:center;
  color:white;
}

.summary-correct {
  margin-top: 40px;
}
#footer {
  font-size: 20px;
  color: white;
  text-align: center;
  background-color:;

}
h1{
  text-align: center;
}

body {
  background-image: url('../images/map.jpg');
  background-color: tan;
  color:white;
  font-weight: bold;
}


.timer-p{
  color:red;
  font-size: 40pt; 
  text-align: center;
}

.text-center{
  font-size:20pt;
}