body {
  margin: 0;
  box-sizing: border-box;
}
#wait-section {
  text-align: center;
  padding-top: 80px;
}
#wait-section #dhwanilaya-logo {
  height: 80px;
}
#wait-section #wait-indicator {
  display: inline-block;
  margin: 160px auto 0;
  text-align: center;
  box-sizing: border-box;
}
#wait-section #wait-indicator > img {
  height: 128px;
}
#wait-section #wait-indicator > div {
  font-family: sans-serif;
  font-size: 18px;
  margin: 40px 0 0;
}
@media (prefers-color-scheme: light) {
  body {
    background-color: white;
  }
  #wait-section #wait-indicator > div {
    font-weight: 400;
    color: #333 !important;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #111827;
  }
  #wait-section #wait-indicator > div {
    font-weight: 400;
    color: #ccc !important;
  }
}
