﻿body	{
	background-color:aqua;
}
header	{ color: green;
	       text-align: center;
		   font-size: xx-large;
		   font-weight: bold;
}
p	{
	text-align: center;
	font-size: x-large;
}
span {color: chocolate;
}
