*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow: hidden;
  background: #D2C6A5;
  font-family: 'Syne', system-ui, sans-serif;
}

canvas {
  display: block;
  width: 100vw;
  height: 100vh;
}

noscript {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: #D2C6A5;
  color: #5C5340;
  font-family: 'Syne', system-ui, sans-serif;
  font-size: clamp(2rem, 8vw, 7rem);
  font-weight: 800;
  letter-spacing: 0.04em;
}
