@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("./bg.gif");
  background-repeat: no-repeat; 
  background-size: cover;      
  background-attachment: fixed;
  color: black;
}

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

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: 0%;
  top: 600px;
}


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