<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background-color:blue;
	color: black
}

body{
	color:black;

}
#title{
	background-color: white;
	text-align: center;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	text-decoration: underline;
	border-radius: 0px;
	border:black 2px solid;
	padding: 10px; 

	color: black;
	
	text-justify: inter-word;
	width:18em;
  	
	  margin: auto;
	  width: 50%;
	  border: 3px solid black;
	  padding: 10px;
	
}
#description {
	background-color:white;
	color: black;
	font-family:Helvetica, sans-serif;
	border-radius: 1em;
	text-justify: inter-word;
	width:18em;
  	text-align:justify;
	  margin: auto;
	  width: 50%;
	  border: 3px solid black;
	  padding: 10px;
}

.image{
	
	display: inline-block;
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:1px;
   	border:1px solid black;
		
}




#list{
	border-radius: 05px;
	background-color: white;
	border:black 2px solid;
	padding: 20px; 
	list-style: none;
	
	text-align: center;
	font-size: 20px;
	color:black;
	font-family:  Helvetica, sans-serif;
	
	  margin: auto;
	  width: 50%;
	  border: 3px solid black;
	  padding: 10px;
}
#list2{
	background-color: white;
	color:black;
}

h2{
	border-radius: 25px;
	border:black 2px solid;
	
	background:white;
	color: white;
	text-align: center;
	text-decoration: underline;
	
    line-height: 2em;
    
	padding-top: 40;
	  margin: auto;
	  width: 50%;
	  border: 3px solid black;
	  padding: 10px;
}
	
	
summary{
	color: white;
	text-align: center;
	font-size: x-large;
	text-align: center;
	margin: 100px 100px 100px 100px;

	

}

section,footer{
	text-align: center;
}
.header{
	color: black;
}</pre></body></html>