@charset "UTF-8";

body{
	background-color:#0b094c;
}

.wrap{
	position: relative;
}

.container{
	position: absolute;
	top:-10px;
	left:-10px;
	background-image: radial-gradient(farthest-side,#000000 3%,#04031e 32%,#0b094c 86%);		/*63-99*/
	width: 100vw;
	height: 100vh;
}

.container:before, .container:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color:#0b094c;		/*#0d0a59-#04045e*/
}

canvas {
	z-index:1;
}

@media screen and (max-width:768px){
	.wrap{
		width:100%;
	}
	.wrap > div.container > canvas{
		width:100vw;
	}
}