body 
{ background-image: url(nmspic.jpg);

  background-repeat: no-repeat; 

  background-size: cover; 

  background-position: center;

  background-attachment: fixed;} 

a { text-align: center;
  color: #ffce00;
  text-decoration: none; 
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5); 
  padding: 5px; } a:hover { color: white;}  



h2 {
  color: #e5dddd;
  text-align: center;
  font-weight: bolder;
  text-shadow: 2px 3px 4px #000000;
}
h1 {
  font-weight: bolder;
  text-align: center;
  color: aliceblue;
  text-shadow: 2px 2px 4px #000000;
  
}