body {
	background-attachment: fixed !important;
	background-image: linear-gradient(90deg, #293047, #849197);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: white;
}

h1 {
	margin-top: -30px;
	font-size: 70px;
	color: white;
	text-align: center;
}