@font-face {
    src: url('https://novalite.rest/font/olive.ttf');
    font-family: olive;
}
@font-face {
    src: url('https://novalite.rest/font/Starshines.ttf');
    font-family: starshine;
}
@font-face {
    src: url('https://novalite.rest/font/owb.otf');
    font-family: owb;
}
@font-face {
    src: url('https://novalite.rest/font/pinlock.otf');
    font-family: pinlock;
}
html {
    scrollbar-width: auto;
    scrollbar-color: #ec388f #FAF9FD00;
}
html::-webkit-scrollbar {
    width: 16px;
}
html::-webkit-scrollbar-track {
    background: #FAF9FD00;
}
html::-webkit-scrollbar-thumb {
    background-color: #ec388f;
}
body {
    font-family: olive;
    color: #e865a4;
    font-size: 1.2em;
}
p {
    margin: 0.5em auto 0;
}
#wifeanimals {
    width: 75%;
    display: block;
    margin: 0.75em auto 0;
}
#blogposts a {
    color: #f8ffff!important;
    text-decoration: none!important;
    transition-duration: 0.5s!important;
    transition-timing-function: cubic-bezier(.22,2.06,.11,.69)!important;
    display: block;
}
.blogPost {
    background-color: #ffb8e4;
    background: linear-gradient(180deg,#ffd1ee 0%, #ffb3e2 100%);
    border: 4px ridge #ff3e98;
    border-radius: 1em;
    color: #f8ffff!important;
    width: 95%;
    margin: 0.8em auto;
}
#blogposts a:hover {
    scale: 98%;
}
.blogPost h2 {
    margin: 0.3em auto 0.2em 0.5em;
    filter: drop-shadow(1px 1px 0 #ec388f) drop-shadow(-1px 1px 0 #ec388f) drop-shadow(0 -1px 0 #ec388f) drop-shadow(1px 0 #ec388f);
    letter-spacing: 0.05em;
    font-family: owb;
}
.blogPost p {
    margin: 0.5em auto 0.5em 0.75em!important;
    padding: 0.2em 0 0.2em 0.6em;
    color: #ff3e98;
    font-style: italic;
    background: linear-gradient(90deg, #f8ffff 0%, #f8ffff 65%, #FFB9E400 98%);
    border-radius: 0.7em;
    width: 95%;
}
summary {
    font-size: 1.2em;
    margin: 0.35em auto 0.25em 0.65em;
}
#blogPostBody {
    text-transform: lowercase;
}
#blogPostBody a {
    filter: drop-shadow(1px 1px 0 #ff71b6) drop-shadow(-1px 1px 0 #ff71b6) drop-shadow(0 -1px 0 #ff71b6) drop-shadow(1px 0 #ff71b6);
    text-shadow: 0px 0px 2px #ff71b6;
    color: #f8ffff!important;
}
#blogPostBody p {
    width: 95%;
    margin: 0.65em auto 0.65em 0.65em;
}
#blogPostBody img {
    margin: 0.25em auto 0.25em 0.75em;
}
#blogPostBody .blogPost p:last-child {
  margin: 0.5em auto 0.5em 0.5em!important;
}
#blogPostBody p:last-child {
  margin-bottom: 6.5em;
}