:root {
	--title: 	#1b3964;
}
html, body {
	height: 100%;
	overflow: hidden;
}
body {
	background: -webkit-radial-gradient(center, #ffffff, #c3e4ff);
	background: -moz-radial-gradient(center, #ffffff, #c3e4ff);
	background: -o-radial-gradient(center, #ffffff, #c3e4ff);
	background: -ms-radial-gradient(center, #ffffff, #c3e4ff);
	background: radial-gradient(center, #ffffff, #c3e4ff);
}

h1{
	color: var(--title);
	font-family: 'League Spartan', sans-serif;
	font-weight: 400;
	font-size: 35px !important;
	text-align: center;
	padding-top: 55px;
}

.center-div{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 200px;
}