body {
  background-image: url(UWU.jpg);
  
  background-repeat: no-repeat; 

  background-size: cover; 

  background-position: center;

  background-attachment: fixed;} 

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

p {
  color: black;
}
h1 {
  font-weight: bold;
  text-align: center;
  
 
  
}