@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Knewave&family=Lilita+One&family=Macondo&family=Mouse+Memoirs&family=Press+Start+2P&family=Rubik+Spray+Paint&family=Silkscreen:wght@400;700&family=Skranji:wght@400;700&family=WDXL+Lubrifont+TC&display=swap');


html, body {
  margin: 0;
  padding: 0;
}

body {
  background-image: url("./bgtest.gif");
  background-repeat: no-repeat; 
  background-size: cover;      
  background-attachment: relative;
  color: black;
}

#sketch-holder {
  display: flex;
  top: 0px;
  position: fixed;
  left: 10%;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

p {
  font-size: 30px;
  top: 500px;
  left: 20px;
  font-family: "Press Start 2P", system-ui;
  font-weight: 800;
  font-style: normal;
  position: fixed;
  color: navy;
}

div .talk {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  left: 0%;
  top: 10px;
}

div .audio{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  left: -200%;
  top: 600px;
}

div .bgOverlay{
  position: fixed;
  inset: 0;                 /* top:0; right:0; bottom:0; left:0 */
  background: transparent;  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;   
  display: none;            /* hidden by default */
  pointer-events: none; 
  z-index: 9999;
  cursor: pointer;
}


h1 {
  size: 60px;
  align-content: right;
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}
canvas {
  display: block;
}
