@font-face {
  font-family: 'CelticBitThin';
      src: url(https://hhroses.neocities.org/font/CelticBitThin.woff) format('woff'),
            url(https://hhroses.neocities.org/font/CelticBitThin.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
.html, body, button {
  font-family: 'CelticBitThin', sans-serif;
  cursor: url("https://hhroses.neocities.org/cursors/medival_hand_cursor.png"), default;
}
body,html{
  height:100%;
  width:100%;
  margin:0;
}
body { 
  text-align:center;
  color:black;
  overflow:auto;
  display: flex;
  flex-direction: column;
  justify-content: safe center;
}
svg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.container {
  background-image: url("https://hhroses.neocities.org/programs/PIXIE-PATH/images/starbgoverlay.gif");
  margin: 0; 
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: 'CelticBitThin', sans-serif;
  font-size:.8rem;
  line-height:1.4rem;
  word-wrap: break-word;
  padding-left:20px;
  padding-right:20px;
  height:100%;
}
img {
  margin: 10px;
  max-height: 60vh;
  max-width:90%; 
  border-radius: 25px;
}
.container button {
  min-height:20px;
  height: 40px;
  padding:7px 0 0 0;
  width: 150px;
  font-size: 1rem;
  margin: 5px;
}
img:hover {
  transform: scale(102%);
}