body {
  text-align: center;
  color: white;
  background-image: url('nebula.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h1 {
  background-color: rgba(71, 252, 122, 0.4);
}

h2 { 
   background-color: rgba(71, 252, 122, 0.4);
}

p {
  text-align: left;
  background-color: rgba(246, 73, 252, 0.4);
  background-image: url('silas-karlisle.webp');
  background-repeat: no-repeat;
  background-position: right bottom;
}