body {
 background-image: url("websiteBackground.png");
 background-color: #cccccc;
}


.fixed {
  position: relative;
  top: -500px; /* Moves the element 20 pixels up */;
}

.credit {
  position: relative;
  top: -350px;
}


body {
  font-family: system-ui, sans-serif;
  
}



#wiki-title {
  margin: 0 0 10px;
  color: #cccccc;
  
}

