/*h1, 
	h2,
	h3{
		color:red;
	}
	.important{
		color: green;
	}
	ol li{
		color: blue;
	}*/


	body {
		color: white;
		background-color: black;
		font-size: 20px;
		letter-spacing: 1;
		word-spacing: 2; 
		line-height: 1.7;
		text-align: left;
		word-break: keep-all;
	}

	h1 {
		font-size: 20px;
	}
	p {
		width:700px;
		background-color: tomato;
		padding: 20px 20px 40px ;
		margin: 100px 100px;
		border: 2px solid white;
		position: sticky; top:50px; left:50px;
	}