@import url(https://fonts.bunny.net/css?family=pixelify-sans:500|vt323:400);

:root {
    --background: #000; 
    --japanese-laurel :#288C00;
    --crusoe: #144B00;
    --window: #000;
    --blood: #49FE00;
    --red: #ff0000;
    --bright-red: #B50000;
    --link-caribbean-green: #00CC93;
    --mineshaft: #383838;
    --grey: #808080;
    --soft: #dfdfdf;
    --shadow: #000;
    --shadow-teal: #006446;
    --dark: #682136;
    --silver: #bfb8bf;
    --box-sink: inset -1px -1px #eee, inset 1px 1px var(--mineshaft), inset -2px -2px var(--soft), inset 2px 2px var(--grey);
    --box-normal: inset -1px -1px var(--mineshaft),inset 1px 1px #eee,inset -2px -2px var(--grey),inset 2px 2px var(--soft);
    
    --marquee-duration: 20s;
}

:where(html) {
    cursor: default;
    line-height: 1.2;
    overflow-wrap: break-word;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    appearance: auto;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

:where(h1) {
    font-size: 2em;
    margin-block:.67em}

:where(dl,ol,ul) {
    margin: 0
}

:where(hr) {
    box-sizing: content-box;
    color: inherit;
    height: 0
}

:where(abbr[title]) {
    text-decoration: underline dashed
}

:where(b,strong) {
    font-weight: bolder
}

:where(code,kbd,pre,samp) {
    font-family: monospace,monospace;
    font-size: 13px
}

:where(small) {
    font-size: 80%
}

:where(button,input,select,textarea) {
    margin: 0
}

:where(button) {
    text-transform: none
}

:where(button,[type="button" i],[type="reset" i],[type="submit" i]) {
    appearance: button;
    -webkit-appearance: button
}

:where(progress) {
    vertical-align: baseline
}

:where(select) {
    text-transform: none
}

:where(textarea) {
    resize: vertical
}

:where(input[type="search" i]) {
    appearance: textfield;
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    appearance: none;
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    appearance: button;
    -webkit-appearance: button;
    font: inherit
}

:where(button,input:is([type="button" i],[type="color" i],[type="reset" i],[type="submit" i]))::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:where(button,input:is([type="button" i],[type="color" i],[type="reset" i],[type="submit" i]))::-moz-focusring {
    outline: 1px dashed ButtonText
}

:where(:-moz-ui-invalid) {
    box-shadow: none
}

:where(summary) {
    display: list-item
}

*,::before,::after {
    box-sizing: border-box
}

:where(body) {
    margin: 0
}

:where(audio,canvas,iframe,img,svg,video) {
    vertical-align: middle
}

:where(iframe) {
    border-style: none
}

:where(svg:not([fill])) {
    fill: currentColor
}

:where(table) {
    border-collapse: collapse;
    border-color: currentColor;
    text-indent: 0
}

:where(details>summary:first-of-type) {
    display: list-item
}

:where([aria-hidden="false" i][hidden]) {
    display: initial
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
    clip: rect(0,0,0,0);
    position: absolute
}

:where([aria-disabled="true" i],[disabled]) {
    cursor: not-allowed
}

:where(fieldset) {
    border: 1px solid #a0a0a0
    }
}

/* ================= MAIN CSS ================= */
@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

html {
    scroll-behavior: smooth;
    font-size: 63%;
    /* 1rem = 10px */
}

* {
    cursor: url("https://tatyanasippy.neocities.org/images/coronavirus-cursor.png"),auto!important
}

a, a h4, button, button img, a img {
    cursor: url("https://tatyanasippy.neocities.org/images/coronavirus-hand-cursor.png"), pointer!important
}

* {
    box-sizing: border-box
}

body {
    font-family: 'VT323', monospace;
    font-size: 18px;
    line-height: 1.2;
    font-variant-ligatures: common-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    position: relative;
    color: #F8FFF6!important;
    background-color: var(--background)
}

body::before {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    min-width: 1200px;
    width: 100%;
    height: 100%;
    background-image: url("https://tatyanasippy.neocities.org/images/va-web-bg.png");
    background-repeat: repeat;
    z-index: -3
}

body::after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    min-width: 1200px;
    max-width: 100%;
    background-image: url("URL_HERE");
     mask-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));
   -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1.5)), to(rgba(0,0,0,0)));
    background-repeat: repeat-x;
    z-index: -2;
}

.wrapper {
    animation: fadein 1s;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    gap: 20px;
    width: fit-content;
    padding: 3px 20px 0
}

.note {
    flex: 1;
}

.note.main {
    flex: 2 1 600px;
    min-width: 600px;
    max-width: 600px
}

.note.sidebar {
    flex: 1 1 260px;
    width: fit-content;
    max-width: 280px;
    min-height: 500px;
    color: #F8FFF6!important
}

.window-body-text-left {
    text-align: left;
    margin: 8px;
}

.window-body {
    text-align: center;
    margin: 8px;
}

.window {
    width: 100%;
    padding: 3px;
    background-color: #000;
    border-color: #088064;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px

}

.red-window {
    width: 100%;
    padding: 3px;
    background-color: #000;
    border-color: #ff0000;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-left: 10px
}

.row img {
    margin-bottom: 5px
}

.row .window {
    flex: 0 0 calc(50% - 16px)
}

.title-bar {
    background: linear-gradient(90deg,var(--crusoe),var(--crusoe));
    border-radius: 5px;
    padding: 3px 2px 3px 3px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.red-title-bar {
    background: linear-gradient(90deg,var(--bright-red),var(--bright-red));
    border-radius: 5px;
    padding: 3px 2px 3px 3px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.title-bar-text {
    color: #49FE00;
    letter-spacing: 0;
    margin-right: 24px;
    font-family: 'Pixelify Sans', display;
    font-size: 20px;
}


.navi {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 2px;
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
}

.navi a {
    display: inline-block;
    background: #49FE00;
    border: 1px solid var(--japanese-laurel);
    border-radius: 10px;
    font: 18px 'VT323', monospace;
    box-shadow: var(--box-normal), 0 0 5px 1px var(--shadow);
    margin-right: 4px;
    padding: 5px;
    min-width: 70px;
    text-align: center;
    color: #0D4A06;
    text-decoration: none;
    text-transform: normal;
    transition: text-decoration 0.7s ease-in, color 0.5s ease, text-shadow .5s ease;
    &:hover,&:focus {
        text-decoration: none;
        font-style: normal;
        color: var(--link-caribbean-green);
    }

    ; &:active {
        box-shadow: var(--box-sink)
    }
}

.dropdown {
    position: relative;
    &:hover .drop-link, &:focus-within .drop-link {
        opacity: 1;
        visibility: visible;
        display: block
        color: var(--link-caribbean-green);
    }
}

.drop-link {
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease
}

.drop-link a {
    margin-top: 5px;
    display: block;
    min-width: 70px
}

:focus {
    outline: none;
    outline-offset: 0px
}

a {
    color: #007D43;
    text-decoration: none;
    transition: color 0.5s ease;
    &:hover {
      text-decoration: none;
        color: var(--link-caribbean-green);
        font-style: normal
        
    }
}

h1 {
    font-size: 3rem;
    font-family: 'Pixelify Sans', display;
    text-align: center;
}

h2 {
    text-align: left;
    font-size: 2.5rem;
    font-family: 'Pixelify Sans', display;
    color: #49FE00;
    position: relative;
    overflow: hidden
}

h3 {
    font-size: 2rem;
    font-family: 'Pixelify Sans', display;
    color: #49FE00;
}

h4 {
    font-size: 1.5rem;
    &:hover {
      text-decoration: none;
        color: var(--link-caribbean-green);
        font-style: normal
}
}

h1 + p, h2 + p, h3 + p {
    margin-top: -10px;
}

ul {
    text-align: left;
    padding: 0
}

li {
    text-align: left;
    list-style-type: none;
    padding-left: 10px;
    padding-bottom: 10px;
    &:before {
        content: '☣';
        color: var(--blood);
        margin-right: 6px
    }

    ;&:last-of-type {
        padding-bottom: 0px;
    }

    ;}
    
li li {
    text-align: left;
    list-style-type: none;
    padding-left: 10px;
    padding-bottom: 10px;
    &:before {
        content: '⋆';
        color: var(--blood);
        margin-right: 6px
    }

    ;&:last-of-type {
        padding-bottom: 0px;
    }

    ;}
    
li a {
    font-size: 1.6rem;
    color: var(--link-caribbean-green);
    text-decoration: none;
    &:hover {
        color: var(--blood);
        text-decoration: none;
    }
}

b { 
    color: var(--japanese-laurel);
}

u {
    text-decoration: underline;
}

hr {
    border: none;
    height: 1px;
    background-color: var(--blood);
    margin: 10px 0;
    width: auto;
    
}
    

mark {
    text-shadow: 1px 1px 4px #49FE00;
    background-color: inherit;
    color: inherit;
}

img,picture,video {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

#nothing {
    overflow: hidden;
    min-width: 1250px;
    align-self: stretch;
    padding: 8px 0;
}

.nothing {
    display: inline-block;
    white-space: nowrap;
    text-shadow: -2px 0 #111, 0 2px #111, 2px 0 #111, 0 -2px #111;
    font-size: 1.8rem;
    color: #eee;
    letter-spacing: 1px;
    max-width: none;
    animation: nothing 30s linear infinite;
}

.nothing::after {
    content: ""
}

@keyframes nothing {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
    
}
.pagedoll {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 400px;
    filter: drop-shadow(0 0 5px var(--shadow-teal)) drop-shadow(0 0 5px var(--shadow)) drop-shadow(0 0 10px var(--shadow));
    z-index: -1;
    pointer-events: none
}

.pagedoll2 {
    position: fixed;
    bottom: 20px;
    right: 0;
    width: 300px;
    filter: drop-shadow(0 0 5px var(--shadow-teal)) drop-shadow(0 0 5px var(--shadow)) drop-shadow(0 0 10px var(--shadow));
    z-index: -1;
    pointer-events: none
}

.banner {
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 0 5px var(--shadow)) drop-shadow(0 0 15px var(--shadow));
    padding-bottom: 10px
}

.sitename {font:50px 'Pixelify sans';color:#fff;text-align: center;letter-spacing:3px;text-shadow:2px 2px 25px #49FE00;padding-top:50px;
}

.two-columns {
  display: flex;
}

.two-columns > * {
  flex: 1 1 0;
  margin: 0;
}

.two-columns > *:first-child {
  padding-right: 0.75em;
}

.two-columns > *:last-child {
  padding-left: 0.75em;
}


.center {
    display: block;
    margin: 0 auto
}

.text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 95px)
}

#button {
    width: 100%;
    display: inline-flex;
    gap: 2px;
    margin-bottom: 2px;
    justify-content: center;
    align-items: center
}

.button {
    display: inline-block;
    background: #49FE00;
    border: 1px solid var(--japanese-laurel);
    border-radius: 10px;
    font: 18px 'VT323', monospace;
    box-shadow: var(--box-normal), 0 0 5px 1px var(--shadow);
    margin-right: 4px;
    padding: 5px;
    min-width: 70px;
    text-align: center;
    color: #0D4A06;
    text-decoration: none;
    text-transform: normal;
    transition: text-decoration 0.7s ease-in, color 0.5s ease, text-shadow .5s ease;
    &:hover,&:focus {
        text-decoration: none;
        font-style: normal;
        color: var(--link-caribbean-green);
    }

    ; &:active {
        box-shadow: var(--box-sink)
    }
}

button,input[type="reset"],input[type="submit"] {
    background: #49FE00;
    border: 1px solid var(--japanese-laurel);
    border-radius: 10px;
    font: 18px 'VT323', monospace;
    box-shadow: var(--box-normal), 0 0 5px 1px var(--shadow);
    text-decoration: none;
    text-align: center;
    text-transform: normal;
    box-shadow: var(--box-normal);
    color: transparent;
    min-height: 23px;
    min-width: 70px;
    margin-right: 4px;
    padding: 5px;
    color: #0D4A06;
}

pre {
    background-color: #eee;
    border: solid 3px;
    border-color: var(--grey) var(--soft) #eee #555;
    overflow-x: scroll;
    overflow-y: hidden;
    justify-content: center;
    align-items: center;
    max-width: 550px;
    padding: auto
}

.hidden {
    display: none
}

#text01 {
    border: dashed 2px #8f8f8f;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-inline:auto;height: 4rem
}

.container .image-container {
    columns: 100px 3;
    gap: 3px;
    img {
        width: 100%;
        margin-bottom: 3px
    }
}

.player {
    width: 100%;
    border: solid #111;
    border-width: 1px 0 0 1px;
    margin: 0 auto
}

.songtitlewindow {
    background-color: #eee;
    box-shadow: inset -1px -1px #eee,inset 1px 1px var(--grey),inset -2px -2px var(--soft),inset 2px 2px var(--mineshaft);
    height: 22px;
    width: 100%;
    overflow: hidden;
    margin-left: 5px;
}

.songtitlearrow {
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("");
    height: 22px;
    width: 22px;
    position: relative;
    top: 2px;
    left: -2px;
    border: 0 solid transparent;
    border-width: 0
}

#musicplayer {
    border-width: 2px 0 0 0;
    width: 160px
}

#imagestyle {
    background: 0 0;
    width: 99px;
    height: 99px;
    padding: 2px;
    box-shadow: inset -1px -1px #eee,inset 1px 1px var(--grey),inset -2px -2px var(--soft),inset 2px 2px var(--mineshaft);
    pointer-events: none
}

.ic {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.songtitle {
    padding: 2px;
    display: block;
    line-height: 1.5em
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 5px 0;
    background-color: transparent;
    text-align: center;
    width: 100%;
    position: relative;
    bottom: 10px;
}

.player-btn {
    min-width: 40px;
    min-height: 30px;
}

.volume-control {
    display: flex;
    justify-content: space-evenly;
    padding: 14px;
    width: 105%;
}

.current-volume {
    padding-right: 5px
}

.total-volume {
    padding-left: 5px
}

.controlimg {
    height: 18px;
    width: 18px
}

.flex {
    display: flex
}

.columns {
    columns: 2;
    text-align: left;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center
}

:target {
    scroll-margin: 20px
}

.quote {
    box-shadow: var(--box-sink);
    padding: 1.2rem;
    color: #111;
    background-color: var(--silver);
}

svg {
    filter: blur(.5px)
}

::-moz-selection {
    color: var(--background);
    background: var(--crusoe)
}

::selection {
    color: var(--background);
    background: var(--crusoe)
}

strong, em, .now {
    color: #682136
}

.small {
    margin-top: 5px;
    color: #555;
    font-size: small
}

.image-glow {
    filter: drop-shadow(0 0 7px #AD9AFF);
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
}

.marquee div {
    padding-left: 100%;
    width: max-content;
    animation: marquee var(--marquee-duration) linear infinite;
    line-height: 1em;
}

.marquee div:hover {
    animation-play-state: paused;
}

.marquee p {
    display: inline;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .marquee div {
        overflow: scroll;
        padding-left: 0;
        width: auto;
        animation: none;
    }

.float-img-right {
    max-width: 40%;
    float: right;
    margin: 3px 0 3px 10px;
}

.float-img-left {
    max-width: 40%;
    float: left;
    margin: 3px 10px 3px 0;
}

/* fix for floats! */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@media screen and (max-width: 1024px) {
    .note {
        flex:1 1 80%
    }
}

@media screen and (max-width: 950px) {
    .note {
        flex:1 1 100%;
        max-width: calc(100% - 40px)
    }
}

@media screen and (max-width: 650px) {
    .note {
        flex:1 1 100%;
        max-width: calc(100% - 20px)
    }
}

}

/* ================= 98.css ================= */
button:not(:disabled):active,input[type=reset]:not(:disabled):active,input[type=submit]:not(:disabled):active {
    box-shadow: var(--box-sink);
    text-shadow: 1px 1px var(--grey)
}

button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner {
    border: 0
}

:disabled,:disabled+label,input[readonly],input[readonly]+label {
    color: var(--grey)
}

[class^=field-row]+[class^=field-row] {
    margin-top: 6px
}

.field-row {
    display: flex;
    align-items: center
}

label {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    align-items: center;
    display: inline-flex;
    user-select: none
}

input[type=checkbox],input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0;
    border: 0;
    margin: 0;
    opacity: 0;
    position: fixed
}

input[type=checkbox]+label,input[type=radio]+label {
    line-height: 13px
}

input[type=radio]+label {
    margin-left: 18px;
    position: relative;
    padding-right: 10px
}

input[type=radio]+label:before {
    background: url(images/radio-border.svg);
    content: "";
    display: inline-block;
    height: 12px;
    left: -18px;
    margin-right: 6px;
    position: absolute;
    top: 0;
    width: 12px
}

input[type=radio]:active+label:before {
    background: url(images/radio-border-disabled.svg)
}

input[type=radio]:checked+label:after {
    background: url(images/radio-dot.svg);
    content: "";
    display: block;
    height: 4px;
    left: -14px;
    position: absolute;
    top: 4px;
    width: 4px
}

input[type=checkbox]:focus+label,input[type=radio]:focus+label {
    outline: 5px dashed #00f;
    outline-offset: 2px
}

input[type=radio][disabled]+label:before {
    background: url(images/radio-border-disabled.svg)
}

input[type=radio][disabled]:checked+label:after {
    background: url(images/radio-dot-disabled.svg)
}

input[type=checkbox]+label {
    margin-left: 19px;
    position: relative
}

input[type=checkbox]+label:before {
    background: #eee;
    box-shadow: var(--box-normal);
    content: "";
    display: inline-block;
    height: 13px;
    left: -19px;
    margin-right: 6px;
    position: absolute;
    width: 13px
}

input[type=checkbox]:active+label:before {
    background: var(--silver)
}

input[type=checkbox]:checked+label:after {
    background: url(images/checkmark.svg);
    content: "";
    display: block;
    height: 7px;
    left: -16px;
    position: absolute;
    width: 7px
}

input[type=checkbox][disabled]+label:before {
    background: var(--silver)
}

input[type=checkbox][disabled]:checked+label:after {
    background: url(images/checkmark-disabled.svg)
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select {
    background-color: #eee;
    box-shadow: var(--box-sink);
    box-sizing: border-box;
    padding: 3px 4px
}

select,textarea {
    border: none
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #eee;
    border-radius: 0;
    box-shadow: var(--box-sink);
    box-sizing: border-box;
    padding: 3px 4px
}

input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select {
    height: 21px
}

input[type=number] {
    height: 22px
}

input[type=search]::-ms-clear,input[type=search]::-ms-reveal {
    display: none;
    height: 0;
    width: 0
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url] {
    line-height: 2
}

input[type=email]:disabled,input[type=email]:read-only,input[type=number]:disabled,input[type=number]:read-only,input[type=password]:disabled,input[type=password]:read-only,input[type=search]:disabled,input[type=search]:read-only,input[type=tel]:disabled,input[type=tel]:read-only,input[type=text]:disabled,input[type=text]:read-only,input[type=url]:disabled,input[type=url]:read-only,textarea:disabled {
    background-color: var(--silver)
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(images/button-down.svg);
    background-position: top 2px right 2px;
    background-repeat: no-repeat;
    border-radius: 0;
    padding-right: 32px;
    position: relative
}

input[type=range] {
    appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    width: 100%
}

input[type=range]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    background: url(images/indicator-horizontal.svg);
    border: none;
    box-shadow: none;
    height: 21px;
    transform: translateY(-8px);
    width: 11px
}

input[type=range]::-moz-range-thumb {
    background: url(images/indicator-horizontal.svg);
    border: 0;
    border-radius: 0;
    height: 21px;
    transform: translateY(2px);
    width: 11px
}

input[type=range]::-webkit-slider-runnable-track {
    background: #111;
    border-bottom: 1px solid var(--grey);
    border-right: 1px solid var(--grey);
    box-shadow: var(--box-extra);
    box-sizing: border-box;
    height: 2px;
    width: 100%
}

input[type=range]::-moz-range-track {
    background: #111;
    border-bottom: 1px solid var(--grey);
    border-right: 1px solid var(--grey);
    box-shadow: var(--box-extra);
    box-sizing: border-box;
    height: 2px;
    width: 100%
}

select:active {
    background-image: url(images/button-down-active.svg)
}

code,code * {
    font-family: monospace
}

::-webkit-scrollbar {
    width: 16px
}

::-webkit-scrollbar:horizontal {
    height: 17px
}

::-webkit-scrollbar-corner {
    background: #dfdfdf
}

::-webkit-scrollbar-track {
    background-image: url(images/scrollbar-background.svg)
}

::-webkit-scrollbar-thumb {
    background-color: #49FE00;
    box-shadow: inset -1px -1px #080808,inset 1px 1px #eee,inset -2px -2px var(--japanese-laurel),inset 2px 2px #E3DDFF
}

::-webkit-scrollbar-button:horizontal:end:increment,::-webkit-scrollbar-button:horizontal:start:decrement,::-webkit-scrollbar-button:vertical:end:increment,::-webkit-scrollbar-button:vertical:start:decrement {
    display: block
}

::-webkit-scrollbar {
    width: 16px
}

::-webkit-scrollbar-button:vertical:start {
    height: 17px;
    background-image: url(images/button-up.svg)
}

::-webkit-scrollbar-button:vertical:end {
    height: 17px;
    background-image: url(images/button-down.svg)
}

::-webkit-scrollbar-button:horizontal:start {
    width: 16px;
    background-image: url(images/button-left.svg)
}

::-webkit-scrollbar-button:horizontal:end {
    width: 16px;
    background-image: url(images/button-right.svg)
}

.window[role=tabpanel] {
    position: relative;
    z-index: 2
}

menu[role=tablist] {
    display: flex;
    list-style-type: none;
    margin: 0 0 -2px;
    padding-left: 3px;
    position: relative;
    text-indent: 0
}

menu[role=tablist]>li {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: inset -1px 0 #080808,inset 1px 1px #dfdfdf,inset -2px 0 var(--grey),inset 2px 2px #eee;
    z-index: 1
}

menu[role=tablist]>li[aria-selected=true] {
    background-color: var(--silver);
    margin-left: -3px;
    margin-top: -2px;
    padding-bottom: 2px;
    position: relative;
    z-index: 8
}

table {
    background-color: #eee;
    border-collapse: collapse;
    position: relative;
    text-align: left;
    white-space: nowrap
}


/* Crystal decor, you can delete this if u don't like it */
.bottom-decor {position:fixed;top:0px;left:0px;background:url(https://tatyanasippy.neocities.org/images/06b115c1.gif) ;height:35px;width:100%;}



