body {
  cursor: url("https://phase9.neocities.org/gif/cursor.gif"), auto;
  color: white;
    text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px #fff;
  background-color: black;
  background-image: url("https://phase9.neocities.org/gif/stars.gif");
  background-size: 150px;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  text-align: center;
  margin: 0;
  padding: 0;
  
}