body{
  background-color: black;
  cursor: url('joshier.png'), auto;
}

#pageTitle{
  font-size: x-large;
  color: rgb(81, 241, 147);
  background: linear-gradient(rgb(255, 225, 0), rgb(228, 255, 52));
  border: 5px solid whitesmoke;
  border-radius: 4px;
}

h1{
  text-align: center;
  font-family:Georgia, 'Times New Roman', Times, serif;
}

.general{
  background: whitesmoke;
  border: 3px solid rgb(81, 241, 147);
  margin-top: 2%;
}

p{
  font-family: cursive;
  color: rgb(215, 75, 75);
  text-align: center;
  font-size: medium;
}

marquee{
  font-family: fantasy;
  background-color: whitesmoke;
  color: rgb(215, 75, 75);
}

