* {
  margin:0;
  padding:0;
}
@font-face { 
  font-family:'Unifraktur'; 
  src:url('https://cl4m0.com/files/UnifrakturMaguntia-Regular.ttf'); 
}
@keyframes stabby {
  0% { cursor:url(https://sugarvamp.neocities.org/img/c/knifestab-1.png), auto;
  }
  12.5% { cursor:url(https://sugarvamp.neocities.org/img/c/knifestab-2.png), auto;
  }
  25% { cursor:url(https://sugarvamp.neocities.org/img/c/knifestab-3.png), auto; }
  37.5% { cursor:url(https://sugarvamp.neocities.org/img/c/knifestab-4.png), auto; }
  50% { cursor:url(https://sugarvamp.neocities.org/img/c/knifestab-5.png), auto; }
  62.5% { cursor:url(https://sugarvamp.neocities.org/img/c/knifestab-6.png), auto; }
  75% { cursor:url(https://sugarvamp.neocities.org/img/c/knifestab-7.png), auto; }
  87.5% { cursor:url(https://sugarvamp.neocities.org/img/c/knifestab-8.png), auto; }
  100% { cursor:url(https://sugarvamp.neocities.org/img/c/knifestab-1.png), auto; }
}

h1 {
  font-family:'Unifraktur';
  color:#ff4299;
  text-shadow:0px 2px 1px #ffb8f6;
}
h2 {
  font-family:'georgia';
  color:#e69ee3;
  font-size:1em;
  font-weight:regular;
  line-height:.5em;
  margin-bottom:10px;
  padding-left:10px;
}
a {
  animation:stabby 1s infinite;
}
::selection {
  background:#ff4299;
  color:#fff;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background:#ffffff00;
}
::-webkit-scrollbar-thumb {
  background: #e69ee3;
}
::-webkit-scrollbar-thumb:hover {
  background: #ff4299;
}
body {
  background:url(https://sugarvamp.neocities.org/img/V2/lacebg2x75.png)#222;
}
.wrapper {
  width:1024px;
  margin:auto;
  position:relative;
  cursor:url(https://sugarvamp.neocities.org/img/V2/knifestatic.GIF), auto;
}
.logo a {
  background:url(https://sugarvamp.neocities.org/img/V2/meltylogodeco1.png);
  width:680px;
  height:162px;
  position:absolute;
  left:172px;
  top:50px;
  z-index:999;
}
.logo:hover {
  background:url(https://sugarvamp.neocities.org/img/V2/meltylogodeco2.png);
  animation:stabby 1s infinite;
}
.wingL {
  position:absolute;
  top:35px;
  left:100px;
}
.wingR {
  position:absolute;
  top:35px;
  right:100px;
}
.nillechan {
  position:absolute;
  width:175px;
  height:225px;
  right:15px;
  top:230px;
}
.footnote {
  margin-bottom:25px;
}
.footnote a {
  color:#fff;
  text-decoration:none;
  font-weight:bold;
}
.footnote a:hover {
  color:#ff4299;
}
.box {
  position:absolute;
  width:500px;
  background:none;
  left:262px;
  top:185px;
  color:#e69ee3;
  font-family:'helvetica';
  font-size:.85em;
}
.cbox {
  margin-top:25px;
  width:100%;
  height:300px;
  border:3px double #fff;
  margin-bottom:25px;
}