body {
  background: #fff;
}

main .centered-div img {
    display: none;
}

main .centered-div details {
    display: none;
}

main .centered-div p#status {
    display: none;
}

footer .centered-div {
    display: none;
}




#progress {
  outline: none !important;
  background: #fff;
  border-color: #fff;
  height: 3rem;
  padding: 30px 0;
}

#progress::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 1em;
  border: 4px solid #e5e7eb;
  border-top-color: #2563eb;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


.bar-inner {
  display: none !important;
  background-color: #2563eb;
}