
@font-face {
    font-family: 'unicodetiny';
    src: url(https://somatheworld.neocities.org/webfontkit/tinyunicode-webfont.woff2)format('woff2'),
    url(fonts/TinyUnicode.ttf)format('truetype');
} 
@font-face {
    font-family: 'rainyhearts';
    src: url(/fonts/rainyhearts-Medium.otf)format('truetype'),
    url(fonts/rainyhearts-Medium.otf)format('truetype');
}
@font-face {
    font-family: 'emojifont';
    src: url(/fonts/EmojiFont.ttf)format('truetype'),
    url(fonts/EmojiFont.ttf)format('truetype');
}

    * {cursor: url("https://somatheworld.neocities.org/crabautocursor.png"), default;}
body {
    background-image: url(https://somatheworld.neocities.org/media/2026/bg.png);
    background-size: 1460px;
    background-repeat: no-repeat;
    z-index: -3;
    image-rendering: pixelated;

    font-family: 'rainyhearts';
    font-size: 20px;
    color: #6a7b16;
}

span {
    font-size: 18px;
}


html {
    height: 100%;
    width: 100%;
}
a,button,summary{
    cursor: url("https://somatheworld.neocities.org/crablinkcursor.png"), auto;
}
img {
    image-rendering: pixelated;
}

#entirething {
    background-size: 1432px;
    background-repeat: no-repeat;
    display: block;
    margin-top: 8px;
    width: 1432px;
    height: 760px;
    image-rendering: pixelated;
    z-index: -1;
}

#blogpage {
    background-image: url("https://somatheworld.neocities.org/media/2026/notebook.png");
    background-repeat: no-repeat;
    image-rendering: pixelated;
    background-size: 600px;
    position: absolute;
    top: 40px;
    left: 664px;
    width: 600px;
    height: 787px;
    z-index: 0;
}


#girl {
    position: absolute;
  width: 348px;
  height: 796px;
  top: 20px;
  left: 360px;
}

#girl img {
    width: 348px;
    height: 796px;
}

#box {
    background-image: url(https://somatheworld.neocities.org/media/2026/sticky.png) ;
    background-repeat: no-repeat;
    background-size: 196px;
    width: 180px;
    height: 157px;
    color: #81371c;
    font-family: 'rainyhearts';
    z-index: 0;
    font-size: 20px;
    padding: 8px;
    line-height: 20px;
    overflow: scroll;
    border: 20px solid transparent;
    box-shadow: inset 0 0 0 2px #6a7b16;
    background-clip: padding-box;
    border-image: url(https://somatheworld.neocities.org/media/2026/crabborder.png) 12 round;
    image-rendering: pixelated;
    margin-left: 10px;
}

#box > p {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 24px;
    margin-left: 8px;
}

#actualpage {
    width: 554px;
  margin-left: 60px;
  height: 740px;
}

#year {
    font-family: 'rainyhearts';
  font-size: 20px;
  text-align: center;
  width: 520px;
  color: #81371c;
  position: absolute;
  top: -2px;
  right: 20px;
}

#monthrow {
    display: flex;
  flex-direction: row;
  width: 368px;
    margin-left: 86px; 
  margin-top: 30px;
}

#arrowleft {
    color: #81371c;
     font-size: 10px;
         text-decoration: underline;
    text-decoration-thickness: 2px;
    width: 74px;
}


#arrowright {
    color: #81371c;
     font-size: 10px;
         text-decoration: underline;
    text-decoration-thickness: 2px;
    width: 74px;
  text-align: right;
}


#month {
    color: #81371c;
    font-size: 24px;
    text-align: center;
    width: 200px;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

#dropdowncontent {
  display: none;
  position: absolute;
  background-color: #def2ca;
  min-width: 200px;
  left: 224px;
  top: 62px;
  border: 2px solid #26634a;
}

#dropdowncontent a {
  color: #81371c;
  font-family: 'rainyhearts';
  font-size: 18px;
  padding: 10px 10px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  display: block;
  text-align: center;
}

#dropdowncontent a:hover {
  text-decoration: none;
}

#dropdown:hover #dropdowncontent {
  display: grid;
    grid-template-columns: auto auto auto auto;
}

#dropdown:hover #month {
    text-decoration: none;
}

#specific {
    margin-left: 34px;
    margin-top: 14px;
}

#specific > h1 {
    font-size: 26px;
    color: #26634a;
}

#sideart {
    image-rendering: pixelated;
    background-size: 604px;
    position: absolute;
    top: 74px;
    left: 136px;
    width: 260px;
    height: 756px;
    z-index: 0;
}

details > p {
    margin: 4px;
}

.dates > a {
    color: #81371c;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.dates > a:hover {
    text-decoration: none;
}

details>summary {
 
  list-style: none;
}
summary::-webkit-details-marker {
  display: none
}

summary::before {
  content: '+ ';
}
details[open] summary:before {
  content: "- ";
}

h1 {
    font-family: 'rainyhearts';
    margin-top: 6px;
    margin-bottom: -6px;
    line-height: 28px;
    letter-spacing: 0px;
}

#backbutton {
    background-image: url(https://somatheworld.neocities.org/media/2026/backbutton.png);
    background-repeat: no-repeat;
    background-size: 259px;
    z-index: 2;
    left: 15px;
    top: 24px;
    width: 259px;
    height: 70px;
    padding: 16px;
    margin-left: auto;
}

#backbutton > a {
    color: #e08076;
    position: absolute;
    letter-spacing: 0px;
    line-height: 24px;
    font-family: 'rainyhearts';
    font-size: 24px;
    text-decoration-thickness: 2px;
    margin-top: 10px;
    margin-left: 58px;
}

#page {
    width: 502px;
    margin-top: 15px;
    border: none;
    height: 660.241607666015681869px;
    margin-left: 8px;
}


#backbutton > a:hover {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 0px;
}
::-webkit-scrollbar-track {
    background: #ff9580; 
    border: 1.7px solid #7e2525;
} 
::-webkit-scrollbar-thumb {
    background: #bb4a49; 
    border: 1.7px solid #7e2525;
} 
::-webkit-scrollbar-thumb:hover {
    background: #7e2525; 
}