body {
  background-image: url('https://files.catbox.moe/kgi4zj.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  margin: 0;
  padding: 0;
}

h {
  position: absolute;
  top: 10%;
  left: 25%;
  font-family: "Segoe UI";
  color: white;
  text-align: center;
  font-size: 3em;
  text-shadow: 2px 2px 4px #000;
}

p {
  position: absolute;
  top: 18%;
  left: 3%;
  font-family: "Segoe UI";
  color: white;
  text-align: center;
  font-size: 3em;
  text-shadow: 2px 2px 4px #000;
}

.hd3 {
  position: absolute;
  top: 30%;
  left: 12%;
  font-family: "Segoe UI";
  color: white;
  text-align: center;
  font-size: 3em;
  text-shadow: 2px 2px 4px #000;
}