html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #000000;
  color: #ffffff;
  overflow: hidden;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#status {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 24px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
}

#status:empty {
  display: none;
}
