
body {
	background: Black;
	color: Black;
	font-size: 20px;
	font-family: sans-serif;
}
h1 {
	font-family: contain;
	text-align: center;
	background-color:Purple;
	padding: 30px;
	background-size: contain;
}
.ex {
	font-size: 72px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
	
p {
	font-family: arial;
	font-size: 30px;
	color: Lightsteelblue
}
.style1 {
	background-color: Black;
	color: Black;
	padding: 5px;
	margin:50px;
}

