li{
	text-transform: uppercase;
	color: blue;
}

		p{
			background: purple;
			color: yellow;
			text-align:  center;
			

		}
		h1{
		font-size: 50px;
		text-align: center;
		background: purple;
		color: yellow;

		}