html {
  height: 100%;
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

     cursor:url(https://github.com/itssaus/fish.gov/blob/main/13124.jpg?raw=true)16 16,default;
  background-image: repeating-conic-gradient(#ff8095, blue 30%);
}
a {
  color: #ff0000;
  text-shadow: 2px 2px 1px#8f0000;
  text-decoration: none;
  border: 5px solid blue;
}
h1 {
  border: 5px solid blue;
}
h2 {
  border: 5px dotted blue;
}
img {
  border: 5px solid blue;
}
