@import url('https://fonts.googleapis.com/css2?family=ZCOOL+KuaiLe&display=swap');

html, body {
  margin: 0;
  padding: 0;
  /* background-image: url("bg.jpg"); */
  background-color: #6E7783;
}

canvas {
  display: inline-block;
}

h1{
  font-family: 'ZCOOL KuaiLe', cursive; 
  color: white;
  text-align: center;
  font-size: 64px;
}
h3{
  color: white;
  text-align: center;
}