body {
  background-image: url('skulls.webp');
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
}


h1 { 
color: red;
  margin-left: 20px;
}

h2 {
color: red;
  font-size: 15px;
}

p {
color: black;
  margin-left: 15 px;
}
  
