*{
    margin:0;
    padding:0;
    position:relative;
    image-rendering: pixelated;
    touch-action: none;
}

html, body{
    width:100%;
    height:100vh;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: #471A33;
}

canvas{
    position:absolute;
    background: transparent;
}

