/* Trusted CSSOM target. Runtime style objects are converted to generated classes here. */
html,
body {
  margin: 0;
  padding: 0;
  background: #070c18;
}

.noscript-message {
  padding: 40px;
  background: #070c18;
  color: #fff;
  font-family: system-ui, sans-serif;
  text-align: center;
}
