
@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;}
    
    a,button,summary{
    cursor: url("https://somatheworld.neocities.org/crablinkcursor.png"), auto;
}
    
body {
    z-index: -3;
    image-rendering: pixelated;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
}

main {
    display: flex;
    flex-wrap: wrap;
}

p {
    font-family: 'rainyhearts';
    font-size: 20px;
    color: #26634a;
}

h1 {
    font-family: 'rainyhearts';
    font-size: 24px;
    color: #26634a;
    margin: 0px;
}

#title {
    font-family: 'rainyhearts';
  font-size: 24px;
  margin-top: 2px;
  margin-bottom: -8px;
  margin-left: 6px;
  color: #2d7d72;
}

#mediabox {
    min-height: 172px;
    border: 16px solid transparent;
    border-image: url(https://somatheworld.neocities.org/media/2026/scallopborder.png) 9 round;
    max-width: fit-content;
    background-color: #5cb5a9;
    background-clip: padding-box;
    box-shadow: inset 0 0 0 2px #2d7d72;
    padding-left: 4px;
    padding-right: 4px;
    margin: 6px;
    margin-left: 14px;
}

#posters {
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 6px;
    grid-template-columns: auto auto auto auto;
}

#poster {
    background-color: #ffcfb1;
    height: 130px;
    width: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2px;
    margin-right: 2px;
    border: 2px #2d7d72 solid;
    margin-top: 4px;
    position: relative;
}


#poster:hover {
    border: 2px #a3ded1 solid;
}

#poster:hover > #desc {
    display: block;
}

#poster:hover > #descshort {
    display: block;
}

#desc {
    position: absolute;
    width: 178px;
    height: fit-content;
    z-index: 10;
    display: none;
    border: 2px solid #e08076;
    background-color: #ffe8da;

    font-family: rainyhearts;
    font-size: 20px;
    padding: 2px;
    line-height: 14px;
    top: 120px;
}

#descshort {
    position: absolute;
    width: fit-content;
    height: fit-content;
    z-index: 10;
    display: none;
    border: 2px solid #e08076;
    background-color: #ffe8da;

    font-family: rainyhearts;
    font-size: 20px;
    padding: 2px;
    line-height: 14px;
    top: 120px;
}

#desc #details {
    font-size: 14px;
    line-height: 14px;
}
#desc #thoughts {
    font-size: 16px;
    line-height: 16px;
}

a {
    color: #26634a;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

a:hover {
    text-decoration: none;
}

#media {
    max-width: 94px;
    margin-top: auto;
    margin-bottom: auto;
    max-height: 130px;
}
