body {
  background-color: #333;
  color: #FFF1D0;
}

#end-page {
  display: none;
}

.logo-top {
    margin-top: 20px;
}

.btn-light {
  background: #FFF1D0; 
}

.btn-light:hover {
    color: #e5d8bb;
}

h1 {
  margin-bottom: 20px;
}

label {
  font-size: 16px;
}

#end-page p {
  font-size: 20px;
  /* font-weight: 700; */
}

#correct-answers {
  margin-top: 32px;
}

#question {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 500;
}

#footer {
    position: absolute;
    width: 100%;
    height: 100px;
}

.fab {
    color: #FFF1D0;
}

.fab:hover {
    color: #e5d8bb;
}

#timer {
  margin-top: 20px;
}

#done-button {
  margin-top: 20px;
  margin-bottom: 20px;
}

#start-button {
  margin-top: 20px;
  margin-bottom: 20px;
}