		* {
			padding: 0;
			margin: 0;
			box-sizing: border-box;
			text-indent: 0;
		}
		body {
			color: black;
			background: white;
			display: block;
			position: relative;
			width: 100%;
			height: 100%;
			text-align: center;
		}
		h1, h2 {
			font-family: 'Arial', Helvetica, sans-serif;
			text-align: center;
			color: white;
			font-weight: normal;
			-webkit-user-select: none;
			user-select: none;
			font-size: 1px
		}
		h1 {
			margin-top: 27vh;
		}
		div img {
			width: 60vw;
			height: auto;
		}