body {
	color: black;
	}
	
* {
	font-family: Arial, Verdana, sans-serif;
}	
body {
  background-image: url("https://littlewhitemouse.neocities.org/images/db.png");
  
} 

.uheader {
  background-color: #FFE6FF;
  padding: 20px;
  width: 1000px;
      margin: auto;
  justify-content: center;
  align-items: center;
  text-align:center;
}

.utena {
  background-color: #F5BFF5;
  padding: 20px;
  max-width: 1000px;
    margin: auto;
  align-items: center; 
}

h1 {
	color: #3F0399;
	text-align:center;}
h2 {
	color: #250059;
	text-align:center;}
h3 {
	color: #19003B;} 
	
	 /* unvisited link */
a:link {
  color: #250059;
}

/* visited link */
a:visited {
  color: #3F0399;
}

/* mouse over link */
a:hover {
  color: #3F0399;
}

/* selected link */
a:active {
  color: #3F0399;
} 