<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mask {
  position: fixed;
  z-index: 99;
  left: 0;
  height: 100vh;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}
</pre></body></html>