#quiz-info {
  background-color: rgb(249, 249, 249);
}

.btn-info-dark {
  background-color: #00aacc;
  border-color: #00aacc;
}
.progress {
  height: 10px;
  background-color: purple;
  transition: all linear 0.1s;
  min-width: 1%;
}

.progress-container {
  border: 1px solid lightgray;
  border-radius: 6px;
  width: 100%;
}

img#cover-image {
  width: 100%;
  height: auto;
}
