
html:not([data-scroll='0']) .topnav {
  position: fixed;
}

* {
    font-family: ubuntu, arial;
    font-size: 16px;
    text-color: white;
    text-shadow: 4px 4px 8px rgb(0, 0, 0), -4px 4px 8px rgb(0, 0, 0), -4px -4px 8px rgb(0, 0, 0), 4px -4px 8px rgb(0, 0, 0);
}

body {
    background-color: #2e2e2e;
}

p {
    font-family: ubuntu, arial;
    padding-left: 20px;
    color: white;
    font-size: 16px;
    text-shadow: 4px 4px 8px rgb(0, 0, 0), -4px 4px 8px rgb(0, 0, 0), -4px -4px 8px rgb(0, 0, 0), 4px -4px 8px rgb(0, 0, 0);
}

a {
    font-family: ubuntu, arial;
    color: rgb(120, 120, 255);
    text-decoration: none;
}

label {
    font-family: ubuntu, arial;
    font-size: 16px;
    color: white;
    text-shadow: 4px 4px 8px rgb(0, 0, 0), -4px 4px 8px rgb(0, 0, 0), -4px -4px 8px rgb(0, 0, 0), 4px -4px 8px rgb(0, 0, 0);
}

hr {
    margin: 0px 8px 16px 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.background {
    background-image: url('backgrounds/minecraft_with_shader_16.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    border-radius: 16px;
    padding: 16px;
    margin: 0px;
    position: fixed;
    overflow: auto;
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
}

.text-background {
    background-color: rgba(51, 51, 51, 0.2);
    padding: 10px;
}

.topnav {
    background-color: rgba(51, 51, 51, 0.863);
    overflow: hidden;
    position: fixed;
    top: 16px;
    left: 16px;
    right: 16px;
    border-radius: 16px 16px 0px 0px;
}

.topnav-inactive {
    font-family: ubuntu, arial;
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
    text-shadow: none;
    font-size: 17px;
}

.topnav-inactive:hover {
    background-color: #ddd;
    color: black;
}

.topnav-active {
    font-family: ubuntu, arial;
    background-color: #04AA6D;
    color: white;
    float: left;
    padding: 5px 16px;
    text-decoration: none;
    font-size: 17px;
    text-shadow: none;
}

.topnav-text {
    font-family: ubuntu, arial;
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
    text-shadow: none;
    font-size: 17px;
}

.align-right {
    float: right;
}

.distantiated {
    padding-left: 16%;
}

.scriptsinactive:hover {
    background-color: #ddd;
    color: black;
}

.topnav-placeholder {
    height: 20px;
}

.topnav-companion {
    position: fixed;
    top: 0px;
    background-color: #2e2e2e;
    height: 8px;
    width: 100%;
}

.big-text {
    font-family: ubuntu, arial;
    color: white;
    font-size: 32px;
}

.heading-text {
    font-family: ubuntu, arial;
    color: white;
    font-size: 20px;
    padding-left: 20px;
}

.medium-text {
    font-family: ubuntu, arial;
}

.tiny-text {
    font-family: ubuntu, arial;
    color: white;
    font-size: 14px;
}

.center-text {
    text-align: center;
}

.fat-text {
    font-weight: bold;
}

.background-text {
    background-color: rgba(51, 51, 51, 0.4);
}

.inactive-text {
    color: rgb(255, 255, 255, 0.5);
    text-decoration: line-through;
    transition: color 0.5s, text-decoration 0.5s;
}

.inactive-text:hover {
    color: white;
    text-decoration: none;
}

.inline-text {
    display: inline-block;
    margin: 0px;
}

.search-folder {
    visibility: hidden;
}

.glass {
    backdrop-filter: blur(16px);
    border-radius: 16px;
    margin: 32px 16px 64px;
}

.saturated {
    backdrop-filter: saturate(8);
    border-radius: 0px 16px 0px 16px;
    margin: 0px 4px;
}

.glassint {
    backdrop-filter: blur(8px);
    border-radius: 16px;
    margin: 32px 16px 64px;
    animation-name: glassdiff;
    animation-duration: 0.3s;
}

.glassint:hover {
    backdrop-filter: blur(2px);
    border-radius: 16px;
    animation-name: glassclear;
    animation-duration: 0.3s;
}

@keyframes glassdiff {
    0% {
        backdrop-filter: blur(2px);
    }
    100% {
        backdrop-filter: blur(8px);
    }
}

@keyframes glassclear {
    0% {
        backdrop-filter: blur(8px);
    }
    100% {
        backdrop-filter: blur(2px);
    }
}

.inset {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2) inset,
    -4px -4px 4px rgba(255, 255, 255, 0.2) inset;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.inout {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2) inset,
    -4px -4px 4px rgba(255, 255, 255, 0.2) inset;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation-name: pushins;
    animation-duration: 0.3s;
}

.inout:hover {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2),
    -4px -4px 4px rgba(255, 255, 255, 0.2);
    animation-name: pullins;
    animation-duration: 0.3s;
}

@keyframes pushins {
    0% {
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2),
        -4px -4px 4px rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0),
        -4px -4px 4px rgba(255, 255, 255, 0);
    }
    51% {
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0) inset,
        -4px -4px 4px rgba(255, 255, 255, 0) inset;
    }
    100% {
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2) inset,
        -4px -4px 4px rgba(255, 255, 255, 0.2) inset;
    }
}

@keyframes pullins {
    0% {
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2) inset,
        -4px -4px 4px rgba(255, 255, 255, 0.2) inset;
    }
    50% {
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0) inset,
        -4px -4px 4px rgba(255, 255, 255, 0) inset;
    }
    51% {
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0),
        -4px -4px 4px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2),
        -4px -4px 4px rgba(255, 255, 255, 0.2);
    }
}

.ascii-art {
    color: white;
    background-color: rgba(51, 51, 51, 0.2);
}

.button {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    margin: 4px 8px 4px 16px;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar-track {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2) inset,
    -4px -4px 4px rgba(255, 255, 255, 0.2) inset;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0px 16px 16px 0px;
}

::-webkit-scrollbar-thumb {
    backdrop-filter: blur(16px);
    border-radius: 0px 16px 16px 0px;
    background-color: rgba(4, 170, 109, 0.4);
}

.hacked-checkbox {
    position: absolute;
    left: -100vw;
}

.hcb-label {
    padding: 8px 16px;
    margin: 16px 0px 0px 16px;
    cursor: pointer;
    border-radius: 16px 16px 0px 0px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
}

@keyframes wobbl-animation {
    0% {transform: skew(-10deg, -10deg);}
    25% {transform: skew(-10deg, 10deg);}
    50% {transform: skew(10deg, 10deg);}
    75% {transform: skew(10deg, -10deg);}
    100% {transform: skew(-10deg, -10deg);}
}

.hover-wobble {
  bottom: 16px;
  right: 32px;
  position: fixed;
}

body:has(.hover-wobble:hover) .background {
  animation: wobbl-animation 0.5s infinite;
}