:root {
    font: 1em sans-serif;
}

#SanderNeus{
	margin-top: -10px;
	background: url("img/SandersNeusPart.png");
	background-repeat: repeat-y;
	resize: vertical; 
	height: 2160px;
	width: 504px;
}
h1{
    text-align: center;
    background: -webkit-linear-gradient(left, red, orange , yellow, green, cyan, blue, violet), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/191814/blue_glitter.gif) repeat;
    background: -o-linear-gradient(right, red, orange, yellow, green, cyan, blue, violet);
    background: -moz-linear-gradient(right, red, orange, yellow, green, cyan, blue, violet);
    background: linear-gradient(to right, red, orange , yellow, green, cyan, blue, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 420px;
margin-left: calc(50% - 210px);
}

.center{
	text-align: center;
	margin-left: calc(50% - 252px);
}