body{
	--color-bg:#002856;
	--color-bg-2:#002856;
	background-image:radial-gradient(ellipse at 50% 50%,var(--color-bg) 40%,var(--color-bg-2) 150%)	
}
/**
body::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  display: block;
  content: '';

  width: 100%;
  height: 100%;

  background-image: linear-gradient(rgba(0, 40, 86,1) 5%,rgba(0, 40, 86, 0));
}
/**/
video {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      width: 100%;
      height: 100%;
      z-index: -1;
      margin: 0 auto;
      object-fit: cover;
    }
canvas {
	opacity: 0.8;
}

      
