:root {
  color-scheme: dark;
  background: #12091a;
}

* {
  box-sizing: border-box;
}

html,
body,
.canva-site {
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  margin: 0;
  overflow: hidden;
}

body {
  background: #12091a;
}

.canva-site {
  position: relative;
}

.canva-site iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #12091a;
}

noscript p {
  margin: 0;
  padding: 24px;
  color: white;
  font: 600 16px system-ui, sans-serif;
  text-align: center;
}

noscript a {
  color: inherit;
}
