@charset "utf-8";
/* CSS Document */
.wave{
	position: fixed;
	/*height: 100vh;*/
	height: 50vw;
	/*width: 100vw;*/
	/*border-radius: 50%;*/
	overflow: hidden;
	margin-left: 0;
	margin-top: 0;
	left: 0;
	top:50%;
	/*background-color: #dedede;*/
	/*transform: rotate(20deg);*/
}
canvas{
	position: fixed;
	bottom:0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
