h1 {
	color: wheat;
	color: rgb(158, 100, 255);
	color: hsl(360, 10%, 010%);
	color: #ff0000;
}
p {
	color: azure;
	font-family: 'Anton', sans-serif;
	font-size: 20px;
}
p span{
	color: lavenderblush;
	font-family: 'Anton', sans-serif;
}
h1 span{
	color: aquamarine;
}
/* poznamky */