body {
	animation: bgchange 20s ease-in-out 0s infinite;
	-webkit-animation: bgchange 20s ease-in-out 0s infinite;
	font-family: 'Stolzl-Book', sans-serif;
	font-weight: 400;
	line-height: 1.25;
	color: #fff;
}

