{
  box-sizing: border-box;
}

body {
  background-image: url(https://averagegrl.neocities.org/graphics/wh%20ch.gif);

  margin: 0;
  cursor: url(https://averagegrl.neocities.org/graphics/nyan.png), auto;
  font-family: Verdana, sans-serif;
}
a:hover {
  cursor: url(https://averagegrl.neocities.org/graphics/hand.png), auto;
}
button:hover {
    cursor: url(https://averagegrl.neocities.org/graphics/hand.png), auto;
}
h3
{
  color:hotpink;
}

#keychain{
  position: absolute;
   left:670px;
   top:0px;
}

::-moz-selection
  color: black;
  background: #ffbdf1;
}
::selection {
  color: black;
  background: #ffbdf1;
}

