body {
  background:url('bg1.png');
  cursor: url("cursor.png"), default;
  font-family: ms ui gothic, 'basiicmedium';
  letter-spacing:1px;
  line-height: 1.3;
  color: #B47A50;
  font-size:16;
}
@font-face {
  font-family: 'basiicmedium';
  src: url('basiic_2-webfont.woff2') format('woff2'),
  url('basiic_2-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'affection';
  src: url('affection.otf') format('OpenType');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
}
::selection {
  text-shadow: 0 0 2px #C39766;color:#C39766
}
::-moz-selection {
  text-shadow: 0 0 2px #C39766;color:#C39766
}
*::-webkit-scrollbar {
  width: 16px;
}
*::-webkit-scrollbar-track {
  background-image:url("images/scroll.png");
  border-radius: 5px;
  border: 1px dashed #e0ba99;
  box-shadow: inset 0 0 4px #FFC8D9; 
}
*::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px dashed #e0ba99;
  box-shadow: inset 0 0 4px #FFCFDF; 
}
.strawbery {
  width: 983px;
  height: 551px;
  background-image:url("bg2.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#stuff {
    position: absolute;
    left: 18.5%;
    top: 10.5%;
    width: 594px;
    height: 433px;
    overflow-x: hidden;
    z-index: 10;
}