body{
	background-color:#d8d8d8;
	/* background-image: url(./images/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height:100%;
	width;100%;
	margin:auto */
}

h1{
	
	color:#ffa000;
}

.fillHeight{
	height:100%;
}

.fillWidth{
	width:100%;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}