<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	border: 15px solid Red;
  background-color: Orange;
}

h1 {
  color: blue;
  text-align: center;
}

p {
	text-align: center;
  font-family: verdana;
  font-size: 20px;
}


section {
  border: 15px dotted DarkBlue;
  
}

h2.oblique {
	font-style: oblique;
}
 

h2{
	text-align: center;
}

img{
	text-align; center;
}
div{
	text-align; center;
}
button{
	
	text-align; center;
}



</pre></body></html>