/* === GENERAL === */
html,
  body {
    background-image: url(../Resources/winnipegs-most-racist-bg.webp);
    color: #222;
    height: 100dvh;
    margin: 0;
  padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: hidden;
  }
footer {
  text-align: center;
  padding: 2em 1em;
  background: rgba(0, 0, 0, 0);
  color: white;
  font-size: 0.9rem;
}
canvas {
  position:relative;
  top: -5vh;
  width: 100%;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
  display: block;
  pointer-events: none; /* disables mouse interaction on canvas */
  z-index: 9999;
  border: 4px solid white; /* or any color/thickness you want */
  border-radius: 8px;    
}



p {
  font-weight: bold;
  color: black; /* or “black” */
}
.outlined {
  /* your fill color */
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000,
               -1px 1px 0 #000, 1px 1px 0 #000;
  line-height: 1.2;
  min-height: 1.5em; /* ensures space is reserved */
}

footer p {
  margin: 0;
}
h3 {
  color: white;
}
.fullscreen-fix {
  min-height: 100dvh;
  padding-bottom: env(safe-area-inset-bottom);
}


/* Hide scrollbars completely (Webkit & Firefox) */
body,
#content {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

body::-webkit-scrollbar,
#content::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.modal-section.white-text {
  color: white;
}
