body {
    background-image: url("https://roshi404.neocities.org/images/green-bg2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    font-family: StampGothic;
    font-size: 24;
    overflow-x: hidden;
}

h1 {
    line-height: 0.8;
}

#blog-apples {
    z-index: 9999;
    position: absolute;
    width: 300px;
    height: 100px;
    top: -40px;
    left: -100px;
    transform: rotate(-10deg);
}

#nav {
    z-index: 9999;
    position: absolute;
    top: 125px;
    left: 50px;
    width: 175px;
    height: auto;
}

#nav .sp {
    width: 145px;
}

#nav .nb {
    width: auto;
    height: auto;
}

#nav-table {
    text-align: center;
    border: none;
    background: none;
}

#nav-table td {
    border: none;
}

#parent {
    background-image: url("https://roshi404.neocities.org/images/book.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 800px;
    height: 500px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 400px;
    right: 0px;
    margin: auto;
    transform: rotate(5deg);
}

#poem {
    z-index: 9999;
    position: absolute;
    width: fit-content;
    height: fit-content;
    bottom: 25px;
    left: 525px;
    transform: rotate(-8deg);
    font-family: 'Times New Roman', Times, serif;
}

#poem p {
    color: black;
    font-size: 12px;
}

#poem .sp {
    width: 215px;
}

#poem .nb {
    width: 200px;
    height: 150px;
}

#div1 {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 60px;
    margin-right: 350px;
    height: 300px;
    width: 275px;
    font-size: 18px;
}

#div2 {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 400px;
    right: 60px;
    height: 300px;
    width: 250px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 1rem;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
}

#div2 table,
th,
td {
    border-collapse: separate;
    border: 1px solid black;
    background-color: transparent;
}

#div2 table,
tr {
    height: 100px;
    overflow: scroll;
}

#date {
    font-size: 10px;
    width: 75px;
    font-weight: bold;
}

a:link {
    color: black;
    text-decoration: underline;
}

a:hover {
    background-color: rgb(198, 234, 248);
    font-size: 120%;
}


#tab .sp {
    height: 14px;
    margin: -17px 0 0 -10px;
    overflow: hidden;
    position: absolute;
    background: url(https://31.media.tumblr.com/89d0a73dbfd39d6e6dfcd157efacf73a/tumblr_inline_nc4ltugMJI1rh7826.png);
}

.nb a {
    font-size: 14px;
    padding: 20px;
}

#tab .nb {
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 10px 5px 10px;
    background: url(https://31.media.tumblr.com/905e072082d7e170a96e198cf24af6d9/tumblr_inline_nc4ltqDhD21rh7826.png);
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    z-index: 999999;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.07);
    font-size: 11px;
    line-height: 13px;
}

.sound-text {
    font-size: 1em;
    font-family: Arial Black, Gadget, sans-serif;
}

#credits {
    position: absolute;
    top: 90px;
    width: 150px;
    left: 50px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: wavy;
}

.jerky {
    animation: jerky 0.5s infinite;
}

@font-face {
    font-family: StampGothic;
    src: url("https://roshi404.neocities.org/StampGothic.ttf") format("truetype");
}

@keyframes jerky {
    0% {
        transform: rotate(4deg);
    }

    50% {
        transform: rotate(4deg);
    }

    51% {
        transform: rotate(-4deg);
    }

    100% {
        transform: rotate(-4deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/*-------MUSIC PLAYER BY GLENTHEMES-------*/
#glenplayer02 {
    position: fixed;
    top: 2em;
    margin-bottom: 20px;
    left: 0;
    margin-left: 75px;
    display: flex;
    z-index: 99;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
}

#glenplayer02 a {
    text-decoration: none;
}

#glenplayer02>div {
    align-self: center;
    -webkit-align-self: center;
}

.music-controls {
    user-select: none;
    -webkit-user-select: none;
    width: 13px;
    font-size: 13px;
    cursor: pointer;
}

.playy,
.pausee {
    margin-left: -20px;
    font-size: 28px;
    ;
    color: #fff;
}

/* color of play & pause buttons */

.pausee {
    display: none;
}

.sonata {
    margin-left: 10px;
    color: #000;
    /* color of music note symbol */
}

.labeltext {
    margin-left: 1px;
    font-family: courier new;
    font-size: 9px;
    color: #fff;
    /* color of song title */
}

.labeltext img {
    width: 25px;
}