


body {
  background-image: url("https://i.pinimg.com/originals/b8/26/1f/b8261f0163fff2cc01c5cb1159d4767b.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #ff8dc2;
  opacity: 0.8;
  text-align:center;
}

h1 {
  color: black;
}
p {
  color: black;
}