body {
  background: #efefef;
  color: #222 !important;
  font-size: 14px !important;
  font-family: 'Maven Pro', sans-serif !important;
  inset: 0px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 780px;
}

.centered * {
  text-align: center;
}

#mTitle {
  font-size: 32px !important;
  font-weight: bold !important;
  font-family: 'Baumans', cursive !important;
  color: #4a6547 !important;
}

#mStatus {
  display: inline-block;
  padding: 12px !important;
  text-align: center !important;
  font-weight: lighter !important;
  color: gray;
  background-color: transparent;
  border-radius: 8px;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #424242;
    color: #eee !important;
  }

  #mTitle {
    color: #ccebc4 !important;
  }
}