.bg-white{
    background: #ffffff;
}

/*-- Connected Dots --*/
canvas {
  /*  background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);   */
  /*  background-image: linear-gradient(to right, #2c3e50, #4ca1af); */
  /*background-image: radial-gradient( circle farthest-corner at 22.4% 21.7%, rgba(4,189,228,1) 0%, rgba(2,83,185,1) 100.2% );
  */ /* background-image: linear-gradient(to right, #141e30, #243b55);*/
    /*background: rgb(23,97,253);*/
    background: radial-gradient(circle, rgba(23,97,253,1) 0%, rgba(0,0,0,1) 100%);
    width: 100%;
    height: 100%;
    /*max-height: 200px;*/
}

.t-canvas
{
    position: absolute;
    z-index: 1;
    color: #fff;
}
