* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	box-shadow: 0px 0px 0px 0px pink inset;
}

html {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 100%;
	font-weight: 400;
	color: rgb(0,0,0);	
	background-color: rgb(255,255,255);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

img {
	height: 60px;
	width: auto;	
	display: block;
 	margin: auto;
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}