body {
  background-color: darkblue;
  background-image: url("/gfx/phoenix-rndbinx3-Darker.png");
  background-repeat: no-repeat;
  background-position: center top;
  /* margin-right: 20px; */
  background-attachment: fixed;
  background-size: cover; /* Resize the background image to cover the entire container */
  opacity: 0.4:
 }

h1 {
  color: #99DD99;
  text-align: Left;
}

p {
  color: #99DD99;
  font-family: hack, monospace;
  font-size: 20px;
}

ul {
  color:#99CC99;
} 

 /* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: blue;
}

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

/* selected link */
a:active {
  color: blue;
} 


.center {
  text-align: center;
}

.large {
  font-size: 300%;
}

.red {
  color: red;
}