@charset "UTF-8";
/* CSS Document */

html {
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	background-color: #FFFFFF;
	color: #000;
}

body {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	/*overflow:hidden;*/
	/*background: hsla(0,0%,0%,1);*/
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 32px 0px;
	padding: 0px;
	color: #000;
	opacity:0;
	text-align: center;
}

a {
	text-decoration: none;
	transition: 1s;
}

a:hover {
	opacity: 0.5;
	text-decoration: none;
}

.main {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.copyright {
	font-size: 8px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	opacity:0;
	text-align: center;
}

/*
canvas{
	width:100%;
	height:100vh;
	margin:0;
	background:hsla(0,0%,0%,1);
}*/