.cursor-marteau {
  cursor: pointer;
  cursor: url('../assets/marteau.gif') 16 16, auto;

}

body {
  margin: 0;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
canvas {
  background: #222;
  /* border: 2px solid #fff; */
}



.blabka{
  
}