body{
	background-color: rgb(255,255,255);
}

.bg {
 background-image: url("F340E2FF-AE76-4B77-998A-CC9673CFC659 2.JPG");
 background-size: 1000px 1500px;

}

p {
	color: rgb(50,40,100);
	text-align: center;
	font-family: "Times New Roman";
	background-color: rgb(255,255,255);
}

h1{
	color: rgb(50,40,100);
	text-align: center;
	font-family: "Times New Roman";
	background-color: rgb(255,255,255);
}
li {
	color: rgb(50, 40, 100);
}

.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}