body {
    margin: 0;
    padding: 0;
    background-image: url('../bg/tumblr_inline_mlkxpnRG9N1r53miq540.gif');
    width: 100%;
    font-family: 'Chalk' !important;
}

h1 {
    color: #ffa9c6;
    text-shadow: 3px 3px 0px rgba(113, 0, 38, 0.459);
    -webkit-text-stroke: .5px black;
    margin-top: .25em;
    font-family: "GAU";
    word-spacing: -2px;
    line-height: 1.10em;
    margin-bottom: .4em;
}

.wishtitle {
    background: white;
    width: 70%;
    padding: 15px 0;
    margin: auto;
    margin-bottom: .4em;
    border: 1px solid rgb(255, 54, 138);
    border-radius: 10px;
    filter: drop-shadow(5px 5px 0px rgb(255, 54, 138));
}

h1 span {
    font-family: heart;
    font-size: 1.5em;
    color: #ff5d93;
}

h2 {
    margin-bottom: 0;
    font-size: 1.45em;
    margin-top: .25em;
}

h2 a {
    color: #af1c59;
    text-decoration: dashed underline;
}
h2 a:hover {
    color: #d6578c;
    text-decoration: none;
}

#hi {
    display: flex;
    align-items: center !important;
    height: 100%;
    position: relative;
    /* overflow: hidden; */
}

.warning {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.707);
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.warning>.notif {
    width: 20%;
    height: 20%;
    /* padding: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgb(255, 201, 216);
    border-radius: 10px;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.504);
    border: 1px solid rgb(255, 54, 138);
}

.notif h1 {
    margin-top: 0;
}

.notif p {
    width: 75%; 
    margin: 0 auto;
}

.notif>.buttons {
    margin-top: 2em;
}

.notif button {
    border: 1px solid rgb(255, 54, 138);
    padding: 10px;
    border-radius: 5px;
    background: rgb(255, 145, 176);
    transition: all .2s ease;
} 

.notif button:hover {
    border: 1px solid rgb(255, 140, 188);
    padding: 10px;
    border-radius: 5px;
    background: rgb(255, 234, 240);
    filter: drop-shadow(5px 5px 0px rgb(255, 140, 188));
} 

.notif button:active {
    border: 1px solid #852a50;
    padding: 10px;
    border-radius: 5px;
    background: rgb(183, 107, 127);
    color: white;
    filter: drop-shadow(3px 3px 0px #852a50);
    transform: translateX(2px) translateY(2px);
} 

.content {
    width: 96%;
    height: calc(100% - 1.5em);
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    /* background: red; */
    margin-top: 1.5em;
}

.kaomoji {
    font-family: Arial, Helvetica, sans-serif;
}

.left {
    width: 40%;
    height: 95%;
    margin-top: -2em;
}

.middle {
    width: 55%;
    height: 100%;
    margin: 0 3em;
}

.right {
    width: 30%;
    height: 95%;
    margin-top: 2em;
}


.shelf {
    width: 100%;
    position: relative;
}

.shelf img:hover {
    filter: drop-shadow(1px 1px 0px rgba(255, 255, 255, 0.713)) drop-shadow(0px 0px 3px rgb(165, 33, 75));
}

.shelf img:active {
    filter: brightness(.9) drop-shadow(1px 1px 0px rgba(255, 255, 255, 0.713)) drop-shadow(0px 0px 3px rgb(87, 10, 34));
}

.shelfB {
    margin-bottom: 3em;
}

.shelfB2 {
    margin-bottom: 2.5em;
}

.board {
    position: absolute;
    bottom: -.8em;
    left: 0;
    width: 100%;
    height: 15px;
    /* background: white; */
    outline: 8px outset rgb(255, 54, 138);
    outline-offset: -8px;
}

.board>.shadow {
    height: 40px;
    width: calc(100% - 60px);
    position: absolute;
    bottom: -52px;
    border-top: 15px solid #790d3a;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    z-index: -2;
}

/* .board>.bracketL {
    background: rgb(75, 13, 39);
    width: 10px;
    height: 60px;
    position: absolute;
    bottom: -55px;
    left: 15%;
    transform: rotate(-20deg);
    z-index: -1;
}


.board>.bracketL::before {
    content: '';
    position: absolute;
    top: -5px;
    right: -8px;
    background: inherit;
    width: 10px;
    height: 80px;
    transform: rotate(20deg);
    filter: brightness(.85);
}

.board>.bracketL div {
    width: 5px;
    height: 5px;
    background: black;
    position: absolute;
    border-radius: 50%;
    bottom: -0.5em;
    right: 6px;
}

.board>.bracketR {
    background: rgb(75, 13, 39);
    width: 10px;
    height: 60px;
    position: absolute;
    bottom: -55px;
    right: 15%;
    transform: rotate(20deg);
    z-index: -1;
}

.board>.bracketR::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -8px;
    background: inherit;
    width: 10px;
    height: 80px;
    transform: rotate(-20deg);
    filter: brightness(.85);
}


.board>.bracketR div {
    width: 5px;
    height: 5px;
    background: black;
    position: absolute;
    border-radius: 50%;
    bottom: -.5em;
    left: 6px;
} */

.infobox {
    width: calc(85% - 20px);
    margin: auto;
    margin-top: 6em;
    height: calc(580px - 20px);
    outline: 1px solid rgb(255, 54, 138);
    background: white;
    box-shadow: 7px 7px 0px 2px rgb(255, 54, 138);
    padding: 10px;
    overflow: auto;
    border-radius: 10px;
    scrollbar-width: none;
}

.text {
    width: 90%;
    margin:auto;
}

ol {
    text-align: left;
    margin: 0em;
}

ol li::marker {
    color: rgb(255, 54, 138);
}

.homebutton {
    margin-top: 1.25em;
    display: inline-block;
    font-size: 2em;
    text-decoration: none;
    color: white;
    position: relative;
    transition: all .2s ease;
}

.homebutton span {
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    z-index: -1;
    -webkit-text-stroke: 5px pink;
    transition: inherit;
}

.homebutton bottom-text {
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    z-index: -2;
    -webkit-text-stroke: 13px white;
    transition: all .2s ease;

}

.homebutton:hover {
    filter: blur(1px) saturate(5);
}

.homebutton:active bottom-text {
    -webkit-text-stroke: 0px white;
}

.tippy-box[data-theme~="custom"] {
    border-radius: 5px;
    background: white;
    outline: 1px solid pink;
    color: black;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.tippy-text {
    margin-top: .5em;
    padding: 0 10px;
    height: 215px;
    overflow: auto;
    scrollbar-width: thin;
}

.tippy-text p:first-of-type {
    margin-top: 0;
}

.tippy-text p:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 1920px) { 

    .content {
        margin-top: 0em;
    }

    .altair {
        height: 250px !important;
    }

    .left {
        margin-top: -2em;
        height: 90%;
    }

    .right {
        margin-top: -2em;
        height: 90%;
    }

    .infobox {
        margin-top: 7em;
        height: calc(450px - 20px);
    }

    .shelfB {
        margin-bottom: 2.25em;
    }
    
    .shelfB2 {
        margin-bottom: 4em;
    }

    .text {
        height: 335px;
        overflow: auto;
        scrollbar-width: thin;
    }

    .homebutton {
        margin-top: .75em;
    }

}