body 
{ background-image: url("ksp-picture.jpg");
  
  background-repeat: no-repeat; 
  
  background-size: cover; 
  
  background-position: center;
 
  background-attachment: fixed;} 

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


h2 { color: white;
  
  font-size: 18px;
text-align: center}

h1 { color: #ffffff;
  
  text-shadow: 2px 2px 4px #000000;
  
  font-weight: bold; 
  
  text-align: center; }  
