p {
	font-size: 20px;
	color: black;
}

p:nth-child(1) {
	text-transform: capitalize;
}