@font-face {
  font-family: PressStart2P;
  src: url(/PressStart2P.ttf);
}
@font-face {
  font-family: NiseSegaSonic;
  src: url(/NiseSegaSonic.TTF);
}

body {
  background-image: url("/bonezone/XBG.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  font-family: PressStart2P;
  padding: 5px;
}

#pet  {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background-color: #23254f;
}

#X  {
    position: fixed;
    bottom: 0px;
    left: 0px;
}

#logo  {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#Sonic  {
    font-family: NiseSegaSonic;
}