body {
  background-image: url('https://plague-rats-and-lavender.neocities.org/images/pexels-mareefe-1298613.jpg');
  background-repeat: no-repeat;
}

h1 {
  color: white; 
  text-align:center; 
}

h2 {
  color: white; 
  text-align: center; 
}

h3 {
  color: #AF7AC5; 
  text-align: left; 
  background-color:white; 
}

p {
  color: #AF7AC5;
  background-color:white;
} 


