html
{
	background: #42f5dd;
	font-family: sans-serif;
	font-size: inherit;
	
	div
	{
		background-color: black;
		color:white
	}
	
	p
	{
		
	color: orange;
	}
	
	h1,h2
	{
		
		text-align: center;
	}
	
	div,p{
		
	text-align: justify;
	}
	
	h1{
		
		border-style: solid;
		border-width:4px;
		border-color: fuchsia;
	}
	h3{
		border: :4px dotted green;
	}
}