html, body {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #000000;
	background: url(hatter.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100%;
	min-width: 100%;
}

h1 {
	color: rgba(255, 255, 255, .89);
	font-size: 6vw;
	font-family: Arial;
	text-shadow: -5px -4px #aa0000, 6px 4px #0000aa;
	border-top: 8px double #660000;
	border-bottom: 8px double #000066;
	padding: 30px 30px 0 30px;
}

.pont {
	vertical-align: sub;
	font-size: .9em;
}
.container {
	border: 2 px solid red;
	text-align: center;
	position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}