
:root {
    --DefaultFont: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --Rounding: 8px;
    --Border: 3px;
    --Border-Thin: 2px;
    --GlassBlur: 3px;
    --Normal-Font-Size:4vh;
    --Purple: rgb(132, 0, 255);
    --Pink: rgb(247, 0, 255);
    --White: rgb(255, 255, 255);
    --GlassBG: rgba(0, 0, 0, 0.425);
    --BG-Gradient: linear-gradient(180deg,rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.41) 75%, rgba(0, 0, 0, 0.42) 100%);
}
@font-face {
    font-family: GoodDog;
    src: url(GOODDC.TTF);
}
@font-face {
    font-family: HaloDek;
    src: url(Halo\ Dek.ttf);
}

body {
    font-family: var(--DefaultFont);
    margin: 0px;
    overflow: hidden;
}

@keyframes Scroll {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 5vw 5vw;
    }
}
@keyframes SlideOut {
    from {
        transform: translateY(0);
        opacity: 100;
    }
    to {
        transform:translateY(-20vh);
        opacity: 0;
    }
}
@keyframes SlideIn{
    from {
        transform:translateY(20vh);
        opacity: 100;
    }
    to {
        transform: translateY(0);
        opacity: 100;
    }
}
@media (prefers-reduced-motion: no-preference) {
    ::view-transition {
        background-color: black;
    }
}

a , button{
    background: var(--BG-Gradient);
    padding: .9vw;
    border-radius: var(--Rounding);
    line-height: 4.5vh;
    font-size: 4vh;
}
a{
    padding-top: 0.2vw;
}
button {
    padding-top: 0.5vw;
}
a , button{
    border: none;
    cursor: pointer;
    transition: .5s;
    color: var(--Purple);
    text-decoration: underline;
    text-decoration-color: var(--Purple);
    text-align: center;
    justify-self: center;
    align-self: center;
}
a:hover , button:hover {
    color: var(--Pink);
    text-decoration-color: var(--Pink);
    font-size: 4.5vh;
}
#BGIC {
    background-image: url("diamondpattern.png");
    background-size: 5vw;
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow:hidden;
    z-index: 0;
}
#Main {
    view-transition-name: main-content;
    line-height: 3.6vh;
    font-family: var(--DefaultFont);
    color: white;
    text-align: center;
    position: fixed;
    font-size: 3vh;
    padding-top: 5vh;
    justify-content: center;
    align-content: center;
    top: 23.7vh;
    left: 19vw;
    width: 40vw;
    height: 47vh;
    align-content: start;
    border: var(--Border) solid var(--GlassBG);
    backdrop-filter: blur(var(--GlassBlur));
    background: var(--BG-Gradient);
    border-radius: var(--Rounding);
    overflow-y:auto;
    scrollbar-color: var(--GlassBG) rgba(0,0,0,0);
}
@media (prefers-reduced-motion: no-preference) {
    #rain{
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(https://i.gifer.com/1pX9.gif);
        background-repeat: repeat-x;
        background-size: 10vw 100vh;
        mix-blend-mode:color-dodge;
        filter: brightness(1.2) blur(2px);
        z-index: -1;
    }   
}
#BGI {
    z-index: -100;
    position: absolute;
    bottom:0%;
    width: 102%;
    left: -1%;
    bottom: -1%;
    min-height: 100%;
    min-width: 100%;
    display: flex;
    object-fit: cover;
    filter: saturate(1.7) contrast(1.1) brightness(0.5) blur(1px);
    user-select: none;
    -webkit-user-drag: none;
    mix-blend-mode:screen;
}
#BGIC {
    background-image: url("diamondpattern.png");
    background-size: 5vw;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow:hidden;
}
@media (prefers-reduced-motion: no-preference) {
    #BGIC {
        animation: Scroll 10s linear infinite;
    }
}
#Nik {
    width: 35vw;
    max-height: 90vh;
    object-fit: contain;
    z-index: -1;
}
#Neek {
    /* background-color: black; */
    position: absolute;
    width: 35vw;
    max-height: 90vh;
    right: 11vw;
    justify-self: center;
    align-self: center;
    top: 3vh;
    bottom: 3vh;
    z-index: -1;
    aspect-ratio: 2;
    object-fit: contain;
}

#ToolTip {
    position: absolute;
    color: white;
    background-color: rgba(0, 0, 0, 0.587);
    border-radius: 5px;
    z-index: 9999999999;
    padding: 4px;
    font-size: 15px;
    user-select: none;
    pointer-events: none;
    text-align: center;
    text-wrap-mode:wrap;
    max-width: 500px;
}

#Snoot {
    position: absolute;
    /* background-color: red; */
    right: 44%;
    top: 17.3%;
    width: 5%;
    height: 2%;
    z-index: 200;
}
#Paw{
    position: absolute;
    /* background-color: red; */
    right: 20%;
    top: 82%;
    width: 50%;
    height: 15%;
    z-index: 200;
}
#Bapper{
    position: absolute;
    /* background-color: red; */
    right: 51%;
    top: 23%;
    width: 14%;
    height: 14%;
    z-index: 200;
}
.CFontB {
    font-family: HaloDek;
    font-size: 8vh;
}
.CFont {
    font-family: GoodDog;
}


.WFont {
    margin: 0%;
    font-family: GoodDog;
    font-size: 1.5vh;
    color: rgba(255, 255, 255, 0.082);
}
.HR {
    font-size: 2.6vh;
    color: rgba(255, 255, 255, 0.356);
    line-height: 0vh;
}
label {
    user-select: none;
}