.button1 {
	display: none;
	padding: 0;
}

.B {
	position: fixed;
}

.C {
	position: absolute;
	top: 80px;
	color: white;
}

.D {
	color: white;
}



body {
	background-color: black
}

p {
	color: white;
}

.center {
	position: absolute;
	top: 300px;
	left: 800px;
	display: none;
}