*{
    padding: 0;
    margin: 0;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

/* canvas {
    border-radius: 20px;
    box-shadow: 0px 0px 10px 2px #666;
} */