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

/*** RESET ***/

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

body {
	width:100%;
	background-color: #556066;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	height: 100%;
	overflow: hidden;
}
h1 {
    text-align: center;
    line-height: 100vh;
    font-size: 90vmin;
    font-weight: bold;
    color: #ff3300;
    -webkit-user-select: none;
    user-select: none;
}


