
body {
	background: grey;
}
h1 {
	background: pink;
	color: blue;
	font-size: 30px;
	padding: 10px;
}

p{
    color:pink;
    font-weight:bold;
}