body{
  background-color: black;
  background-image: url("https://la-cripta-del-bardo.neocities.org/photo_2025-07-14_23-34-09.jpg");
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
h1{
  color:white;
  background-color:black;
  line-height:40px;
  display:inline-block;

}
h2{
  color:white;
}

p{
  color:white;
  position:center;

}
#p1{
  color:tomato;
  font-family:"Rubik", "times new roman";
  position:center;
}

.titulo {text-align:center;}