
body, p, h, footer,  {
  background-color: #000000;
  color: white;
  font-family: "Georgia", serif;
}
  
  
  a:link {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: yellow;
  background-color: transparent;
  text-decoration: none;
} 

img, span, p, list, li, ul {
    display: in-line;
    vertical-align: left;
    text-align: left;
  } 
  
  body {
  margin-left: 20px;
  }

body {
  background-image: url('https://recovery-archive.neocities.org/stars 12.jpg');
}



