* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	/*background-color: #7289da;*/
	font-family: "Montserrat", sans-serif;
}

#canvas {
	display: block;
	filter: url("#shadowed-goo");
}

.mask {
	height: 100vh;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=0.3);
	display: flex;
	display: -webkit-flex;
	align-items:center;
	justify-content:center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

svg {
	display: none;
}
