body {
    padding: 0;
    margin: 0;
    background-image: url("../bg/tumblr_inline_ml9e1iUO2k1qz4rgp540.gif");
}

img {
    max-width: 100%;
}

h1 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 1.875em;
    font-family: tanukimagic;
}

h2 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 1.5em;
    font-family: tanukimagic;
}

h3 {
    margin: 0;
    font-size: 1.25em;
    font-family: tanukimagic;
    font-weight: normal;
}

ol {
    margin-top: .5em;
}

#hi {
    align-items: center !important;
}

.content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main {
    width: 71.25%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 5em;
}

.sidebar {
    width: calc(25% - 40px);
    border: 1px solid rgb(0, 0, 0);
    height: calc(68% - 40px);
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.466);
    background: white;
    padding: 20px;
    position: relative;
    font-family: chalk;
}

.sidebar h1 {
    font-size: 3em;
    position: relative;
    z-index: 2;
    background-image: url('../bg/tumblr_mojmptoW5F1sunm0go1_400.gif');
    color: white;
    padding: 10px 0;
}

.sidebar h1 span {
    position: relative;
    z-index: 2;
    color: black;
}

.sidebar h1::after {
    content: attr(data-shadow);
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -1;
    color: white;
    -webkit-text-stroke: 5px white;
}

.sidebar>.intro {
    width: calc(100% - 20px); 
    margin: auto;
    height: 205px;
    padding-right: 10px;
    padding-left: 10px;
    scrollbar-width: thin;
    overflow: auto;
    margin-bottom: 1.5em;
}

.sidebar>.intro p:first-of-type {
    margin-block-start: 0;
}

.sidebar>.intro p:last-of-type {
    margin-block-end: 0;
}

.recordplayer {
    margin: auto;
    margin-top: 1.5em;
}

.recordplayer select {
    margin-bottom: 1.5em;
    width: calc(250px - 10px);
    border: 1px solid rgb(175, 175, 175);
    border-radius: 3px;
    padding: 5px;
    transition: all .2s ease;
}

.recordplayer select:hover {
    border: 1px solid rgb(109, 109, 109);
}

.recordplayer button {
    padding: 4px 7px;
    border: 1px solid rgb(175, 175, 175);
    border-radius: 3px;
    margin-left: .5em;
}


.record {
    filter: drop-shadow(0 5px 0 white) drop-shadow(-5px 0 0 white) drop-shadow(5px 0 0 white);
    width: 250px;
    height: 250px;
    margin: auto;
}

.spin {
    animation: rotate 6s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg); 
    }
}

.list {
    width: 75%;
    position: relative;
    height: 70%;
    overflow: auto;
    scrollbar-width: none;
}

.list>.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: calc(100% - 20px);
    margin-bottom: 5em;
    padding: 0 10px;
    padding-top: 10px;
}

.list>.row:last-of-type {
    margin-bottom: 0;
}

.album {
    border: 1px solid black;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    background: white;
    transition: all .2s ease;
    position: relative;
    height: 350px;
    width: 350px;
    background-image: url('../bg/tumblr_c49080b62266b72876817675556adb4a_fbefa789_2048.png');
    /* background-size: 50%; */
    background-position: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.74);

}

.chuumoku {
    position: absolute;
    z-index: 2;
    top: -.5em;
    left: -.5em;
}

.pic img {
    display: block;
    filter: grayscale(1);
    transition: all .2s ease;
}

.pic img:hover {
    filter: none;
}

.pic img:active {
    transform: scale(.97);
}

.album>.albuminfo, .album>.albuminfo2 {
    position: absolute;
    width: 0;
    height: calc(100% - 40px);
    z-index: 4;
    border: 1px solid transparent;
    overflow: hidden;
    transition: all .2s ease;
    background-image: url('../bg/tumblr_c49080b62266b72876817675556adb4a_fbefa789_2048.png');
    opacity: 0;
    padding: 20px;
}

.hi {
    width: calc(842px - 40px) !important;
    border-color: black !important;
    opacity: 1 !important;
}

.hi2 {
    width: calc(421px - 40px) !important;
    border-color: black !important;
    opacity: 1 !important;
}

.left>.albuminfo {
    left: 380px;
    border-left: none;
    background-position: center left;
}

.middle>.albuminfo {
    right: 380px;
    border-right: none;
    background-position: center left;
}

.middle>.albuminfo>.top {
    flex-direction: column;
    width: 98%;
}

.middle>.albuminfo>.top>.info {
    width: 100%;
}

.middle>.albuminfo>.top>.tracklist {
    width: 100%;
    height: calc(170px - 20px);
}

.middle>.albuminfo2 {
    left: 380px;
    border-left: none;
    background-position: center right;
}

.middle>.albuminfo2>.yay {
    margin-top: 0;
    height: 320px;
}

.yay>.date {
    color: rgb(170, 170, 170);
    font-size: .75em;
    margin-top: -.5em;
    text-align: right;
}

.right>.albuminfo {
    right: 380px;
    border-right: none;
    background-position: center right;
}


.top {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5em;
    margin-top: -3px;
}

.info {
    width: 55%;
    background: white;
    border: 1px solid black;
    height: calc(150px - 20px);
    padding: 10px;
    box-shadow: 0px 0px 10px 0px rgb(131, 131, 131);
    overflow: auto;
    scrollbar-width: none;
}

.tracklist {
    width: calc(45% - 20px);
    height: calc(150px - 20px);
    overflow: auto;
    scrollbar-width: none;
    border: 1px solid black;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px rgb(131, 131, 131);
    background: white;
    font-family: chalk;
}

.tracklist ol {
    margin-block-end: 0;
    padding-inline-start: 30px;
}


.tracklist ol li {
    margin-bottom: .25em;
}

.tracklist ol li span {
    color: rgb(131, 0, 0);
    font-weight: bold;
    margin-left: 1em;
    float: right;
}

.yay {
    height: calc(177px - 20px);
    overflow: auto;
    margin-top: 1em;
    scrollbar-width: none;
    border: 1px solid black;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px rgb(131, 131, 131);
    background: white;
    font-family: chalk;
}

.yay p:first-of-type {
    margin-block-start: 0;
}

.yay p:last-of-type {
    margin-block-end: 0;
}


.tippy-box[data-theme~="custom"] {
    max-width: 250px;
    padding: 0;
    border-radius: 4px;
    background: rgba(0, 0, 0, .75);
    backdrop-filter: blur(1px);
    text-align: center;
    font-size: .75em;
}

@media screen and (max-width: 1920px) {

    h1 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.25em;
    }

    h3 {
        font-size: 1em;
    }


    .main {
        width: 77.2%;
    }

    .sidebar h1 {
        font-size: 2em;
    }

    .sidebar>.intro {
        height: 95px;
        width: 95%;
        margin-bottom: .75em;
    }

    .recordplayer {
        margin-top: 0em;
    }

    .recordplayer select {
        width: 180px;
        position: relative;
        right: 1.65em;
        margin-top: 1em;
        margin-bottom: 1.5em;
    }

    .recordplayer button {
        margin-left: 0em;
    }

    .record {
        width: 200px;
        height: 200px;
    }

    .list {
        height: 70%;
    }

    .list > .row {
        margin-bottom: 2.5em;
    }

    .album {
        width: 250px;
        height: 250px;
    }

    .info {
        height: calc(125px - 20px);
    }

    .tracklist {
        height: calc(125px - 20px);
    }

    .left > .albuminfo {
        left: 280px;
    }

    .middle > .albuminfo {
        right: 280px;
    }

    .middle > .albuminfo2 {
        left: 280px;
    }

    .middle > .albuminfo > .top > .info {
        height: calc(112px - 20px);
    }

    .middle > .albuminfo > .top > .tracklist {
        height: calc(105px - 20px);
    }

    .middle > .albuminfo2 > .yay {
        height: 222px;
    }

    .right > .albuminfo {
        right: 280px;
    }

    .hi {
        width: calc(678px - 40px) !important;
    }

    .hi2 {
        width: calc(339px - 40px) !important;
    }

    .yay {
        height: calc(103px - 20px);
    }


}
