
  @import url('https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap');

body, html {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
  .child {

    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    text-align: center;
    z-index: 1;
  }

canvas {
    position: absolute;
    width: fit-content;
    top:0;
    left:0

}

h1 {
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-family: 'Cutive Mono', monospace;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
