/* body {
    background-color: black;
    text-align: center;
    
    color: white;
    font-size: 40px;
    font-weight: bold;
  } */
  
  canvas#canvasNewYear {
    width: 100vw;
    height: 100vh;
    position: absolute !important;
    top: 0;
    left: 0;
  }
  
  /* h1 {
    color: white;
    font-size: 40px;
  } */