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

.wheader {
  background-color: #072922;
  color: #CFFFDE; 
  padding: 20px;
  width: 1000px;
      margin: auto;
  justify-content: center;
  align-items: center; 
}

.wpoem {
  background-color: #072922;
  color: #CFFFDE;
  padding: 20px;
  width: 700px;
      margin: auto;
  justify-content: center;
  align-items: center; 
  
}

.wicca {
  background-color: #072922;
  color: #CFFFDE;
  padding: 20px;
  width: 1000px;
      margin: auto;
  justify-content: center;
  align-items: center;
  
}

h1 {
	color: #8AFF9F;}
h2 {
	color: #8AFF9F;}
h3 {
	color: #8AFF9F;} 

 /* unvisited link */
a:link {
  color: #FFCFFC;
}

/* visited link */
a:visited {
  color: #C6ADFF;
}

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

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