*, body, html {
	margin: 0;
	padding: 0;
}
a, body, html {
	color: #00b7c3;
}
h1, h2 {
	text-shadow: 0 0 25px rgba(254,254,255,.85);
	visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
	font: 16px/1.4 Lato, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
body {
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
}
#canvas, .container {
	width: 100%;
	height: 100%;
}

.container {
	display: table;
	position: absolute;
	z-index: 20;
	text-align: center;
	cursor: context-menu;
}
.container>div {
	display: table-cell;
	vertical-align: middle;
}
#canvas {
	top: 0;
	left: 0;
	cursor: none;
}
a:active, a:hover, a:link, a:visited {
	text-decoration: none;
}
.btn {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0;
}
.btn.btn1 {
	margin-bottom: 36px;
}
.url {
	padding-top: 15px;
	padding-bottom: 30px;
}

@media screen and (max-width:640px) { 
	img {
		max-width: 100%;
		width: 100%;
	}
	.logo {
		padding: 0 30px;
	}
	.url {
		padding: 4px 1.5px 4px;
	}
	.btns {
		padding: 0 45px;
	}
	.btns .btn1 {
		margin-bottom: 20px;
	}
}