header {
  color: white;
    font-family: Monospace;
  background-image: url('siteheader.png'); 
     text-align: center;
     text-shadow: 1px 1px black;
  }
  
  h1 {
    font-size:60px;
    text-decoration-line: underline;
  }
  
    h2 {
    font-size:40px;
    text-decoration-line: underline;
  }


footer {
font-size: 15px;
  background-image: url('siteheader.png');  
  }

body {
 font-size: 20px;
  color: white;
  font-family: Monospace;
  text-align: center;
  text-shadow: 1px 1px black;
        background-image: url('space2.png');
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;

}

a { color: #6dffe4;
} 

ul {
  text-align: left;
  list-style-type: circle;
  
  }
