<!DOCTYPE html>
<html>
<head>
  <title>My Retro Site</title>
  <style>
    body {
      background-image: url(https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExamI0NnRjNHAwMXk4djJxdWl1dXFoeGRkang0OTN4cmh1czM0MXVmNiZlcD12MV9naWZzX3NlYXJjaCZjdD1n/W6Lwg2xvTr6tJpuSTd/giphy.gif);   */
      background-repeat: repeat;            
      background-attachment: fixed;          
      background-color: pink;               
      color: white;                          
      font-family: "Trebuchet MS", cursive;  
      text-align: center;
    }

    h1 {
      text-shadow: 2px 2px 5px hotpink;
    }

    a {
      color: yellow;
      text-decoration: underline ;
    }
  </style>
</head>
<body>
  <h1>Cynthi' WEBBB</h1>
  <p>My personal webworld!</p>
</body>
</html>