body {
    background-color: #0001ab;
    color: yellow;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'command';
}
@font-face {
    font-family: 'command';
    src: url(windows_command_prompt.otf);
}
p {
    margin: 0px;
}

.par1 {
    font-size: 25px;
}
.par3 {
    font-size: 32px;
}
.penis {
    background-image: linear-gradient(90deg, #aaa 0%, #ffffff00 40%, #ffffff00 60%, #aaa 100%), url(Untitled54_20260711114446.png);
    font-size: 32px;
    color: cyan;
}

.bar {
    background-color: #aaa;
    color: black;
    margin: 0px;
    padding: 0px;
}
button {
    background-color: #aaaa;
    border-top: none;
    border-right: 2px solid black;
    border-bottom: none;
    border-left: none;
    font-family: 'command';
}

.behind {
    height: 100vh;
    width: 100vw;
    cursor:context-menu;
}

h3 {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

button:hover {
    color: white;
    background-color: #ab0001;
}
#up {
    border: none;
}

.title {
    display: flex;
    background-color: #aaa;
    padding: 0px 4px 0px 5px;
    top: 12px;
    left: 356px;
    position:absolute;
    width: fit-content;
    z-index: 1;
    height: 25px;
    align-items: center;
}
.about {
    position: fixed;
    inset: 0px;
    width: 12rem;
    height: 5rem;
    max-width: 100vw;
    max-height: 100dvh;
    margin: auto;
    background-color: #aaa;
    width: 800px;
    height: 500px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    padding: 0;
    box-shadow: 40px 40px 0px 0px black;
}
.content {
    text-align: center;
    color: black;
    margin: 20px 5px 20px 5px;
    padding: 10px;
    border: double 15px white;
    overflow: hidden scroll;
    scrollbar-width: none;
}
.content::-webkit-scrollbar {
    display: none;
}

.popUpTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 6px 6px 6px;
}
.popUpContainerr {
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 1px #000000b3, inset 0 0 0 1px #fffa;
    width: 200px;
}
.popUpContent {
    margin: 0px 6px 6px 6px;
    padding: 6px;
    border: #000 solid 1px;
    background-color: white;
    height: fit-content;
    box-shadow: 0 0 0 1px #fffa;
}
.popUpButt {
    justify-content: center;
    width: 50px;
    height: 20px;
    border: #000000d0 solid 1px;
    border-bottom-right-radius: 5px;
    box-shadow: inset 0 0 0 1px #fffa;
    background: url("https://youronlinebf.neocities.org/imageswebmaster/close.png") no-repeat 50%,
    linear-gradient(0deg,#d67669 0%, #a63535 51%, #c46e6e 55%, #eba9a9 100%);
}
.popUpButt:hover {
    cursor: pointer;
    background: url("https://youronlinebf.neocities.org/imageswebmaster/close.png")no-repeat 50%,
    linear-gradient(0deg,rgba(232, 127, 95, 1) 0%, rgba(168, 29, 29, 1) 51%, rgba(209, 90, 82, 1) 55%, rgba(245, 154, 140, 1) 100%);
    box-shadow: 0 0 7px 3px #e68e75, inset 0 0 0 1px #fffa;
    border: #440000d3 solid 1px;
    transition-property: background-color, box-shadow, border-color;
    transition-duration: 0.3s;
}

.popUpP {
    font-family: 'Segoe UI' ,sans-serif;
    font-size: 9pt;
    padding: 4px 0px 0px 4px;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff ;
}

#Click {
    font-size: 32px;
    animation: anim 0.15s infinite;
}
#Click:hover {
    cursor: pointer;
}
@keyframes anim{
    0% {transform: translate(0, -5px);}
    5% {transform: translate(5px, 5px);}
    50% {transform: translate(-5px, 0px);}
    75% {transform: translate(5px, 5px);}
    100% {transform: translate(0, -5px);}
}
@keyframes glitch{
    0%, 12%, 15%, 52%, 55%, 82%, 85%,
    100% {
        opacity: 1;
        transform: scaleX(1) scaleY(1);
    }
    13% {
        opacity: .8;
        transform: scaleY(2);
    }
    53% {
        opacity: .8;
        transform: scaleX(.7);
    }
    83% {
        opacity: 8;
        transform: rotate(-10deg);
    }
}

.purediv {
    background-image: linear-gradient(90deg, #aaa 0%, #ffffff00 40%, #ffffff00 60%, #aaa 100%), url(Untitled54_20260711114446.png);
    font-size: 32px;
    color: cyan;
}
.pure {
    animation: glitch 2s infinite linear;
}

::selection {
    background-color: navy;
    color: white;
}
#backtext::selection {
    background-color: white;
    color: #0001ab;
}
[contenteditable="true"] {
    caret-color: yellow;
}
.penis::selection {
    background-color: #aaa;
    color: white;
}

:root {
    --w7-wct-bg: inset 0 0 0 1px #fffa;
}