*{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-weight: bold;
	cursor: crosshair;
	}
body {
	background-color: lightgrey; 
}
h1,h2,h3,h4,li,div {
	display: block;
	width: fit-content;
	padding: 2px;
	font-size: 10px;
	background-color: white;
}
*:hover {
	font-size: 32px;
}
/*body:has(h1:hover) {
  background-color: cyan;
}*/
ol {
	list-style: none;
}
img {
width:150px;
	}
