body {
    margin: 0;
    padding: 0;
    background-image: url('../bg/tumblr_inline_mlkxpnRG9N1r53miq540.gif');
}

::selection {
    color: #570080;
    text-shadow: 0px 0px 3px #57008069;
    background: #ffffff;
}

h1 {
    font-family: cherish;
    font-weight: normal;
    font-size: 2em;
    background-image: linear-gradient(90deg, #ffd1e5 25%, #ff99c5 25%, #ff99c5 50%, #ffd1e5 50%, #ffd1e5 75%, #ff99c5 75%, #ff99c5 100%);
    background-size: 50px 50px;
    text-shadow: 3px 3px 0px rgb(0, 0, 0), -1px -1px 0px rgb(0, 0, 0), -1px 1px 0px rgb(0, 0, 0);
    width: 90%;
    margin: auto;
    border-radius: 15px;
    border: 3px dotted white;
    background-clip: content-box;
    color: white;
}

.content {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main {
    height: 50%;
    width: 40%;
    background: #ffdfef;
    border: 1px solid #ff86c6;
    outline: 1px solid #ff86c6;
    outline-offset: -5px;
    box-shadow: 0px 0px 0px 3px #ffffff;
    font-family: var(--main);
    color: #80002b;
}

.main>.header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    background: #f3beda;
    padding: 15px 30px;
    padding-bottom: 10px;
    font-size: .875em;
}

.main>.header>.pic img {
    border: 1px solid #c03f84;
    display: block;
    margin: auto;
}

.header div:first-child {
    width: 25%;
}

.header div:last-child {
    width: 75%;
}

.main>.nav {
    background: #ff9ad0;
    padding: 10px;
    user-select: none;
}

.nav span {
    font-size: 1em;
    margin-right: 1.5em;
    transition: all .2s ease;
    border-bottom: 1px dashed transparent;
}

.nav span:hover {
    color: #cf1f7d;
    border-color: #cf1f7d;
    letter-spacing: 2px;
}

.nav span:last-of-type {
    margin-right: 0;
}

.stuff {
    margin-top: 1.25em;
}

.stuff>.item {
    font-family: var(--main);
}

.item>.text {
    width: calc(94% - 20px);
    padding: 0 10px;
    margin: auto;
    height: 360px;
    scrollbar-width: thin;
    overflow: auto;
    margin-top: 1em;
}

.text p:first-of-type {
    margin-block-start: 0;;
}

.text p:last-of-type {
    margin-block-end: 0;;
}

.home {
    font-size: 3.5em;
    line-height: 1em;
    margin-top: .25em;
    font-family: 'marshmallow';
    background-image: url('../bg/wonderful_land_115.gif');
    background-clip: text;
    background-size: cover;
    background-position: center -7px;
    -webkit-text-stroke: 1px black;
    transition: all .2s ease;
}


.home:hover {
    filter: drop-shadow(3px 3px 0px #ff9bcd) drop-shadow(3px 3px 0px #fdafd6) drop-shadow(3px 3px 0px #ffcce5) drop-shadow(3px 3px 0px #ffdced) drop-shadow(3px 3px 0px #ffdfef);
}

.home a {
    color: transparent;
}

@media screen and (max-width: 1920px) {

    .stuff {
        margin-top: 1em;
    }

    .item>.text {
        height: 190px;
    }

}