#canvasRoadmap {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: black;
  touch-action: none;
  z-index: 0;
  filter: opacity(30%) ;

}
.roadmapfill1{
    top: 0;
    position: absolute;
    height: 80px;
    width: 100%;
    z-index: 10;
    background: linear-gradient(to bottom, black, transparent);
}

.roadmapfill2{
    bottom: 0;
    position: absolute;
    height: 80px;
    width: 100%;
    z-index: 10;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
}
