<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2 {	
font-family: 'Anton', sans-serif;
font-weight: 100;
font-size: 30px;
}

h3 {	
font-family: 'Anton', sans-serif;
font-weight: 100;
font-size: 30px;
padding: 10px;
text-shadow: 2px 2px 7px #f7cd4e;
}

h2 {
	color: white;
	text-align: center;
	padding: 100px;
	height: 150px;
	width: 150px;
	box-sizing: content-box;
	margin: 10px;
	border-radius: 10px;
	border: 5px inset grey;
	box-shadow:10px 20px 15px 3px #ccc;
	text-shadow: 2px 2px 7px #000;
	transform: rotate(0deg);
} 


h2 {
 background-color: #ccc;
 display: inline-block;
}
 
 p {
 	font-family: 'Arial' sans-serif;
 	font-size: 20px;
 }


 img {
	color: white;
	text-align: center;
	padding: 10px;
	height: 10px;
	width: 40%;
	height: 50%;
	box-sizing: content-box;
	margin: 15px;
	border-radius: 10px;
	border: 5px inset grey;
	box-shadow:10px 20px 15px 3px #fff;
	text-shadow: 2px 2px 7px #000;
	transform: rotate(0deg);
}
</pre></body></html>