<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
::after,
::before,
::backdrop,
::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-optical-sizing: auto;
    text-decoration: none;
    margin: 0;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}
img,
video {
    max-width: 100%;
    height: auto;
}
a:link {
    text-decoration: none;
}
:root {
    --primary-color: hsl(300, 74%, 40%);
    --alt-background-color: hsl(189, 23%, 5%);
    --background-color: #f0d3ff;
    --text-color: hsl(280, 54%, 10%);
    --alt-color: #e1a6ff;
}
@media (prefers-color-scheme: dark) {
    :root {
        --primary-color: #ff4dff;
        --alt-background-color: hsl(189, 23%, 5%);
        --background-color: hsl(280, 54%, 10%);
        --text-color: #f0d3ff;
        --alt-color: #e1a6ff;
    }
}
@font-face {
    font-family: "Cat Cafe";
    src: url(CatCafe.ttf);
}
body {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100vw;
    height: 100vh;
    background-color: var(--background-color);
    font-family: "Cat Cafe", Arial, Helvetica, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-kerning: none;
    letter-spacing: 2px;
    word-spacing: 4px;
    padding: 0px;
}
div {
    display: inherit;
    flex-direction: row;
    display: flex;
    flex-grow: 1;
    flex-shrink: inherit;
}

h1 {
    font-size: 72px;
    font-weight: 700;
}
h2,
h3 {
    font-size: 40px;
    font-weight: 500;
}
h4 {
    font-size: 26px;
    font-weight: 500;
}

p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.topbox {
    height: 128px;
    width: 100%;
    background-color: var(--background-color);
    border-bottom: 4px solid;
    border-color: var(--primary-color);
    padding-left: 2%;
    padding-right: 2%;
    flex-grow: 0;
}
svg {
    max-height: 100%;
    max-width: 100%;
}
svg &gt; g &gt; g &gt; path {
    fill: var(--primary-color) !important;
}
svg &gt; g &gt; g &gt; g &gt; path {
    fill: var(--primary-color) !important;
}
svg &gt; g &gt; g &gt; g &gt; g &gt; path {
    fill: var(--primary-color) !important;
}
.imgcontainer {
    height: auto;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    flex-grow: 0;
}
.headerimg {
    width: 128px;
    height: fit-content;
    padding-left: 20px;
}
.headermedium {
    display: none;
}
.headersmall {
    display: none;
}
.headermobile {
    display: none;
}
.headerflex {
    display: flex;
}
.titlecontainer {
    height: auto;
    flex-direction: column;
    justify-content: center;
    width: auto;
    flex-grow: 1;
    align-items: center;
    padding-right: 124px;
}
.titletext {
    color: var(--text-color);
    text-align: center;
}
.contentbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-left: 2%;
    padding-right: 2%;
    min-height: 0px;
    overflow-y: auto;
    grid-template-rows: 100%;
}
.introbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    justify-items: center;
    align-items: center;
    padding: 8px;
    grid-template-rows: min-content minmax(124px, 20%) auto;
}
.introtitle {
    grid-column: span 2;
    color: var(--text-color);
}
.mobiletitle {
    display: none;
}
.introimg {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    border: 0px solid;
    border-radius: 999px;
}
.intro {
    color: var(--text-color);
    text-wrap: balance;
    text-align: center;
}
.longintro {
    grid-column: span 2;
}
.bottomintro {
    display: none;
    padding: 8px;
    padding-bottom: 20px;
}
.linklist {
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
}
.linkheading {
    color: var(--text-color);
    text-align: center;
    width: auto;
}
.linkflex {
    flex-direction: column;
    gap: 4px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    padding-left: 10%;
    padding-right: 10%;
    height: auto;
}
.linkentry {
    display: flex;
    flex-direction: row;
    height: 72px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    padding-left: 5%;
    padding-right: 5%;
    gap: 12px;
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: 0px var(--primary-color) solid;
    border-radius: 20px;
}
.linkthumb {
    width: 64px;
    max-height: 100px;
    border: transparent solid 1px;
    border-radius: 20px;
}
.linktitle {
    color: var(--text-color);
    text-align: center;
    width: 70%;
    text-decoration-line: none;
}

.linkentry:hover {
    box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 0.2), 0 1px 2px -1px rgb(0 0 0 / 0.2);
}

.footerbox {
    background-color: var(--alt-background-color);
    padding: 12px;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}
.contact {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    flex-grow: 1;
    max-width: 100%;
    gap: 4px;
    height: 68px;
}
.sociallink {
    height: 68px;
    width: 68px;
}
.socialimg {
    border: 0px solid;
    border-radius: 999px;
    height: 68px;
    width: 68px;
}
.socialimg:hover {
    box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 0.2), 0 1px 2px -1px rgb(0 0 0 / 0.2);
}
@media (max-width: 1260px) {
    .headermedium {
        display: flex;
        padding: 12px;
        flex-direction: row;
        justify-content: center;
    }
    .headermedium &gt; img {
        height: 100%;
        width: fit-content;
    }
    .headermobile {
        display: none;
    }
    .headerflex {
        display: none;
    }
    .contact {
        height: 60px;
    }
    .sociallink {
        height: 60px;
        width: 60px;
    }
    .socialimg {
        height: 60px;
        width: 60px;
    }
    h2,
    h3 {
        font-size: 40px;
        font-weight: 600;
    }
    h4 {
        font-size: 24px;
        font-weight: 500;
    }
    .introbox {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        padding: 8px;
        width: 100%;
    }
    .introtitle {
        color: var(--text-color);
    }
    .introimg {
        height: auto;
        width: auto;
        max-width: 60%;
        max-height: 100%;
        padding: 8px;
        flex-grow: 0;
        border: 0px solid;
        border-radius: 999px;
    }
    .introtitle {
        display: none;
    }
    .intro {
        flex-grow: 1;
        align-content: center;
    }
    .longintro {
        display: none;
    }
    .bottomintro {
        display: flex;
        grid-column: span 2;
    }
    .linklist {
        padding-left: 8px;
        padding-right: 8px;
    }
    h1 {
        font-size: 48px;
    }
    h2,
    h3 {
        font-size: 36px;
        font-weight: 600;
    }
    h4 {
        font-size: 26px;
        font-weight: 400;
    }
    p {
        font-size: 18px;
    }
}
@media (max-width: 700px) {
    .headersmall {
        display: flex;
        padding: 12px;
        flex-direction: row;
        justify-content: center;
    }
    .contentbox {
        display: flex;
        flex-direction: column;
        gap: 20px;
        min-height: min-content;
    }
    .headersmall &gt; img {
        height: 100%;
        width: fit-content;
    }
    .headermedium {
        display: none;
    }
    .headermobile {
        display: none;
    }
    .headerflex {
        display: none;
    }
    .topbox {
        border-color: transparent;
    }
    .introimg {
        max-width: 30%;
    }
    .introbox {
        gap: 20px;
    }
    .contact {
        height: 48px;
    }
    .sociallink {
        height: 48px;
        width: 48px;
    }
    .socialimg {
        height: 48px;
        width: 48px;
    }

    h1 {
        font-size: 48px;
    }
    h2,
    h3 {
        font-size: 32px;
        font-weight: 600;
    }
    h4 {
        font-size: 24px;
        font-weight: 400;
    }
    p {
        font-size: 16px;
    }
}
@media (max-width: 450px) {
    .headermedium {
        display: none;
    }
    .headermobile {
        display: flex;
        padding: 8px;
        flex-direction: row;
        justify-content: center;
    }
    .headerflex {
        display: none;
    }
    .headermobile &gt; img {
        height: 100%;
    }
    .headersmall {
        display: none;
    }
    .headerimg {
        padding: 0px;
        width: auto;
    }
    .mobiletitle {
        display: flex;
        color: var(--text-color);
    }
    .introimg {
        max-width: 50%;
    }
    .topbox {
        max-height: 15vh;
    }
    .contact {
        height: 40px;
    }
    .sociallink {
        height: 40px;
        width: 40px;
    }
    .socialimg {
        height: 40px;
        width: 40px;
    }
    h1 {
        font-size: 36px;
        text-align: center;
    }
    h2,
    h3 {
        font-size: 28px;
        font-weight: 500;
    }
    h4 {
        font-size: 20px;
        font-weight: 400;
    }
    p {
        font-size: 14px;
    }
}
</pre></body></html>