@charset utf-8;

* {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;}
  
html {
	font-family: "Helvetica", sans-serif;
	font-weight: 400;
	font-size: 100%;
	font-style: normal;
	overflow-y: auto;
	width: 100%;
	height: 100%;}
	
body {
	font-size: 1rem;
	line-height: 1.75;
	text-rendering: geometricPrecision;
	width: 100%;
	height: 100%;}
	
div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto; 
	text-align: center;
	width: 100%;
	height: 100%;}
  
h1 {
	background-image: url('h1_background.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto; 
	text-align: center;
	width: 800px;
	height: 800px;}
	
h1 span {
	display: none;}