:root {
  --mx: 0px;
  --my: 0px;
}

@font-face {
  font-family: 'Madawaska River';
  src: url('fonts/Madawaska River.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b0b0b;
  font-family: 'Madawaska River', sans-serif;
  overflow: auto;
}

p {
  position: relative;
  z-index: 1;
  color: #f2f2f2;
  font-size: clamp(1.5rem, 5vw, 3rem);
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
  padding: 0 1rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}
