* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	cursor:default;
	font-family:"Helvetica";
	text-decoration:none;
}
*:focus {
    outline:none;
}
body {
	width:100%;
	height:auto;
	padding:150px 0px 0px 0px;
	position:relative;
	display:flex;
	flex-direction:column;
	touch-action: pan-x pan-y;
	align-items:center;
}
	#logo {
		width:300px;
		height:300px;
		background-image:url("/img/GALOOG.png");
		background-repeat:no-repeat;
		background-position:center;
		background-size:100%;
	}