body {
   background-image: url(https://i.pinimg.com/originals/ef/5e/4b/ef5e4b4d024c66b42311e337ae8ab4cc.gif);
   background-repeat: repeat;
   background-attachment: fixed;
   background-position: center;
   background-color: black;
   background-size: cover;
}
h1 {
   color: red;
   font-family: Arial;
   text-align: center;
}
h2 {
   color: red;
   font-family: Arial;
   text-align: center;
}
h3 {
   color: red;
   font-family: Arial;
   text-align: center;
}
h4 {
   color: red;
   font-family: Arial;
   text-align: center;
}
p {
   color: red;
   font-family: Arial;
   font-size: 15px;
   text-align: center;
}

a:link {
  color: red;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: darkred;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: orangered;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
