body{
	background-color:purple;
	color:white;
	text-align:center;

}

div {
 
  background-color:white;
  color:black;
  

  border: 1px white;
  padding: 100px;
  margin: 100px;
}


th{
	
	background-color:Purple;
	color:white;
	width:250px;
	
}