html,
body {
  height: 100%;
  margin: 0;
  background: #fbe7ec;
  font-family: system-ui, -apple-system, Segoe UI, Arial, sans-serif;
}

#app {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.notice {
  padding: 16px 18px;
  background: #fff;
  border-radius: 12px;
  font-weight: 700;
  color: #7c0a3b;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.error {
  padding: 16px 18px;
  background: #fff0f3;
  border-radius: 12px;
  font-weight: 800;
  color: #b91c1c;
  border: 1px solid rgba(185, 28, 28, 0.2);
}
