body {
	font-family: 'Open Sans', sans-serif;
	background-color: black;
	margin: 0;
}

.h1 {
	font-size: 50px;
	text-align: center;
	color: cyan;
	
}

.p1 {
	font-size: 25px;
	text-align: center;
	color: white;
	
}

.p2 {
	font-size: 30px;
	text-align: center;
	color: yellow;
	
}

.p3 {
	font-size: 35px;
	text-align: center;
	color: red;
	
}

.pic{
	width: 500px;
	
}

.radom{
	text-align: center;
}

.HI{
  text-align: center;
  color: blue;
  font-size: 50px;
}

.Troll {
	font-size:75px;
	text-align: center;
	color: green;
	
}