
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}


body {
  font-family: "Courier";
  background-color: #4d4d4d;
}

H1 {
  font-family: "Nanum Pen Script", cursive;
  font-style: normal;
  font-size: 2em;
}

#overlay-text {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #555555; /* Color to make it stand out against the canvas */
  z-index: 10; /* Make sure the h1 stays above the canvas */
  font-size: 48px;
}

/* Style for the div containing the canvas */
#canvas-container {
  margin: 40px;
  position: relative; /* Ensure canvas stays in the right place */

}
