body{
    background-color:transparent;
}

#canvas {
    position: absolute;
    margin: 50px auto;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: visible;
    height: 220px;
    width: 220px;
    color: #2fbaf6;
}