body {
  background: black;
  background-image: url(https://media1.giphy.com/media/uk3kYRDxfwQO4/giphy.gif)
}
p {
  color: limegreen;
 font-weight: bold
}
h1 {
  font-weight: bold;
color: springgreen
}
h2 {
  font-weight: bold;
  color: white
}
ol {
  font-weight: bold;
}
}
a {
  font-weight: bold;
  color: white
}