html {
  background: url(bg.svg)  no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font: 400 62.5%/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.box-header {
	overflow: auto;
	margin: auto;
	position: absolute;
	top:0;  left: 0; right: 0;
	width:60%;
	border-radius: 15px;
	background-color: #FFFFFF;
	opacity: 0.7;
	border: 2px solid #000d61;
	text-align: center;
}
.box-footer {
	overflow: auto;
	margin: auto;
	position:absolute;
	bottom:0; left: 0; right: 0;
	width:60%;
	border-radius: 15px;
	background-color: #FFFFFF;
	opacity: 0.7;
	border: 2px solid #000d61;
	text-align: center;
}

h1 {
	opacity: 1;
	background-color: #000651;
	color: white;
}