html, body{
	overflow: hidden;
	height: 100%;
	width: 100%;
	background: white;
}

p {
	color: white;
}

p.alternative{
	color:black;
}
