@font-face {
  font-family: emojifont; /* set name */
  src: url(https://mintymutt.neocities.org/EmojiFont.ttf); /* url of the font */
}
@font-face {
  font-family: earthbound; /* set name */
  src: url(earthbound.otf); /* url of the font */
}


.fixit{float:right;
  border: thick dashed mediumspringgreen;
  margin: 0px 0px 15px 15px;
  }

.emoji {
  color: white;
  font-family: emojifont;}

.blogbody{
  border: 32px solid transparent;
  border-image: url('EB_PB_BRDR.png') 32 round;
  background-clip: padding-box;
  background-color: #290829;
  background-position: center;
  background-size: 100% 100%;
  padding: 20px;
  text-align: left;
}

.small{transform: scale(0.5);}

body {
  color: white;
  font-family: earthbound;
  cursor: url("ness.gif"), auto;
  
  background-image: url("twoson.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}