body {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background: #fafafa;
  background-color: #ffffff;
  color: lightslategray;

  /* Bg pattern from https://www.svgbackgrounds.com/ */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg stroke='%23CCC' stroke-width='0' %3E%3Crect fill='%23F5F5F5' x='-60' y='-60' width='113' height='240'/%3E%3C/g%3E%3C/svg%3E");
}

#status {
  max-width: 760px;
  margin: 0 auto 24px;
  padding: 0 16px;
  min-height: 1.25rem;
}

#status button {
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: white;
  cursor: pointer;
}
