/*fonts */
@font-face {
    font-family: RainyHearts;
    src: url(https://dl.dropbox.com/scl/fi/f24rucnp7of694o3facxd/rainyhearts.ttf?rlkey=6lv0f7iwovmpuqzv1dhtvjml0&st=czrp0wra&dl=0);
}

/*linklonks*/

a:link {
    text-decoration: none;
    color: #7674dd;
    text-shadow: none;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}
a:visited {
    text-decoration: none;
    color: #7674dd;
    text-shadow: none;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

a:hover {
    color: #1b1d85;
    text-shadow:
        0 0 2px #79fdff,
        0 0 10px #ff79bf;
    cursor: url(https://i.imgur.com/gWBFYny.png), progress !important;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

a:active {
    color: #1b1d85;
    text-shadow:
        0 0 2px #79fdff,
        0 0 10px #ff79bf;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

scrollbar {
    width: 12px;
}

scrollbar-track {
    background: #ffe0f8;
}

scrollbar-thumb {
    background: #ff79bf;
    border-radius: 10px;
}

scrollbar,
a:hover {
    cursor: url(https://unraveledstash.neocities.org/stash2.png), progress !important;
}

/* secret scrollbar wish firefox would let me use it*/
::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background: #ffe0f8;
}

::-webkit-scrollbar-thumb {
    background: #7674dd;
    border-radius: 10px;
}
/* other stuff */

body {
    background: url(https://i.imgur.com/oud433W.jpeg);
    background-size: fit;
    background-attachment: fixed;
    background-position: center;
    overflow: auto;
    scrollbar-color: #ff79bf rgba(24, 222, 1, 0);
    scrollbar-gutter: 5px;
}

body,
a:hover {
    cursor: url(https://unraveledstash.neocities.org/stash1.png), progress !important;
}

/* pretty text n stuff*/
p {
    font-size: 12px;
    font-family: tahoma;

    color: #1b1d85;
    padding: 5px;
    margin-bottom: 1px;
}
h1 {
    font-family: RainyHearts;
    color: #7674dd;
    text-align: center;
    font-size: 40px;
    margin-bottom: 2px;
}
h2 {
    font-family: RainyHearts;
    text-align: center;
    font-size: 32px;
    margin-bottom: 2px;
    color: #7674dd;
}

h3 {
    font-family: RainyHearts;
    text-align: center;
    font-size: 26px;
    margin-bottom: 2px;
    color: #7674dd;
}
h4 {
    font-family: RainyHearts;
    text-align: center;
    font-size: 22px;
    margin-bottom: 2px;
    color: #7674dd;
}

h5 {
    font-family: RainyHearts;
    text-align: center;
    font-size: 18px;
    margin-bottom: 2px;
    color: #7674dd;
}
h6 {
    font-family: RainyHearts;
    text-align: center;
    font-size: 15px;
    margin-bottom: 2px;
    color: #7674dd;
    margin-top: 5px;
}

hr {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: #ff79bf dashed 2px;
    width: 80%;
}

b {
    color: #7674dd;
}
i {
    color: #7674dd;
}
s {
    color: #7674dd;
}
::selection {
    background: #ff79bf;
    color: #fff;
}

/* image stuff */

img.pat {
    border: 2px dashed #ff79bf;
    width: 80%;
    object-fit: cover;
    border-radius: 10px;
    background-repeat: no-repeat;
    margin: 3px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

img.pat:hover {
    border: 2px dashed #7674dd;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

img.disp {
    border: 2px dashed #ff79bf;
    width: 75%;
    object-fit: cover;
    border-radius: 10px;
    background-repeat: no-repeat;
    margin: 3px;
}
img.gal {
    border: 2px dashed #ff79bf;
    width: 45%;
    object-fit: cover;
    border-radius: 10px;
    background-repeat: no-repeat;
    margin: 10px;
}

/* background stuff*/
.box {
    position: absolute;
    z-index: 1;
    background: #ffe0f8;
    border: 20px solid #ffe0f8;
    outline: 2px dashed #ff79bf;
    outline-offset: -10px;
    border-radius: 5px;
    left: 261px;
    top: 244px;
    width: 631px;
    height: 434px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-inline: auto;
    overflow: auto;
    box-shadow: 0 0 7px #4d0b4f;
    scrollbar-width: thin;
    scrollbar-color: #ff79bf rgba(24, 222, 1, 0);
}

.title {
    position: absolute;
    z-index: 1;
    background: #ffe0f8;
    border: 20px solid #ffe0f8;
    outline: 2px dashed #ff79bf;
    outline-offset: -10px;
    border-radius: 5px;
    left: 262px;
    top: 84px;
    width: 630px;
    height: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-inline: auto;
    overflow: auto;
    box-shadow: 0 0 7px #4d0b4f;
    scrollbar-width: thin;
    scrollbar-color: #ff79bf #ffe0f8;
}

.pfpbg {
    position: absolute;
    z-index: 3;
    background: #ffe0f8;
    border: 20px solid #ffe0f8;
    outline: 2px dashed #ff79bf;
    outline-offset: -10px;
    border-radius: 5px;
    left: 32px;
    top: 84px;
    width: 150px;
    height: 150px;
    padding: 10px;
    margin-inline: auto;
    overflow: hidden;
    box-shadow: 0 0 7px #4d0b4f;
}
.pfp {
    position: absolute;
    z-index: 4;
    background-image: url(https://unraveledstash.neocities.org/pfp.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    left: 52px;
    top: 104px;
    width: 150px;
    height: 150px;
    padding: 10px;
    margin-inline: auto;
    overflow: hidden;
}

.patterns {
    position: absolute;
    z-index: 4;
    background: #ffe0f8;
    border: 20px solid #ffe0f8;
    outline: 2px dashed #ff79bf;
    outline-offset: -10px;
    border-radius: 5px;
    left: 1052px;
    top: 84px;
    width: 200px;
    height: 500px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-inline: auto;
    overflow: auto;
    box-shadow: 0 0 7px #4d0b4f;
    scrollbar-width: thin;
    scrollbar-color: #ff79bf rgba(24, 222, 1, 0);
}
.pattitle {
    position: absolute;
    z-index: 3;
    background: #ffe0f8;
    border: 20px solid #ffe0f8;
    outline: 2px dashed #ff79bf;
    outline-offset: -10px;
    border-radius: 5px;
    left: 1052px;
    top: 664px;
    width: 200px;
    height: 54px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-inline: auto;
    overflow: hidden;
    box-shadow: 0 0 7px #4d0b4f;
}

.intro {
    position: absolute;
    z-index: 5;
    background: #ffe0f8;
    border: 20px solid #ffe0f8;
    outline: 2px dashed #ff79bf;
    outline-offset: -10px;
    border-radius: 5px;
    text-align: center;
    left: 32px;
    top: 314px;
    width: 160px;
    height: 404px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-inline: auto;
    overflow: auto;
    box-shadow: 0 0 7px #4d0b4f;
    scrollbar-width: thin;
    scrollbar-color: #ff79bf rgba(24, 222, 1, 0);
    scrollbar-gutter: 5px;
}


