body {
  background-color: white;
  color: black;
  
  cursor: url("bluebutterfly.png"), default;
}

h1 {
  text-align: center;
}

a :hover {
  cursor: url("bluebutterflyclick.png"), default;
}

href :hover {
  cursor: url("bluebutterflyclick.png"), default;
}

.auto {
  cursor: url("bluebutterflyclick.png"), default;
}

.link {
  cursor: url("bluebutterflyclick.png"), default;

}

::-webkit-scrollbar {
  width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #ffd1dc;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff8fab;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff0000;
}

html,
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-image:url("https://eclipsexiv.neocities.org/visuals/eclipse xiv.JPG");
  background-repeat: repeat;
  background-size: 100% 100%;
  resize: both;
  background-attachment: fixed;
  background-color: #2d3a80;
  font-family: "Titillium Web", sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: justify;
  letter-spacing: 1px;
}
h1 {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-family: times;
  font-style: bold;
  display: block;
  border-bottom: 1px solid #a481b0;
  letter-spacing: 2px;
  margin: -2px 0px 0px -4px;

}

a {
  color: #fff;
  background: #301934;
  text-decoration: none;
  font-style: italic;
}

