 * {cursor: url(https://missjoints.neocities.org/files/pixels/starcursor.png), auto !important;}
body {
  background-image: url(https://missjoints.neocities.org/files/bgs/stars1.gif);
  background-repeat: repeat;
  font-family: "Times New Roman";
  color: white;
  font-size: 45px;
  text-align: center;
  margin: 0 auto;
}
#container {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  margin-top: 15%;
}
a {
  font-size: 45px;
font-family: "Times New Roman";
text-decoration: none;
transition: 0.2s;
background: linear-gradient(to top, purple 2%, white 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black;
}
a:hover {
  letter-spacing: 1px;
  font-style: italic;
}