* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Kumbh Sans', sans-serif;
    scrollbar-width: none;
}
::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.navbar {
    background: black;
    /* height: 45px; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    position: sticky;
    top: 0;
    z-index: 998;
    overflow: hidden;
    outline: auto;
}

.navbar__container {
    display: flex;
    justify-content: space-between;
    /* height: 45px; */
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    /* padding: 0 15px; */
}

.navbar__menu {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}

.navbar__item {
    /* height: 45px; */
    display: flex;
    align-items: center;
}

.navbar__links {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
    font-weight: 1000;
    transition: color 0.3s ease;
}

.navbar__links:hover {
    color: red;
}

.logo {
    font-family: 'Bungee', cursive;
    font-size: 1.5rem;
    font-weight: 400;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.navbar__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
    width: 100%;
}

.main__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.8vw;
    margin: auto;
    width: 16%;
    height: 8%;
    padding: 10px;
    position: absolute;
    left: 0px;
    right: 0px;
}

.button:hover, .button2:hover, .button3:hover {
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    transition: all 0.3s ease;
}

.bottombar {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: black;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    text-decoration: underline;
    z-index: 998;
    overflow: hidden;
    outline: auto;
}

.bottombar__links {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 0.3rem;
    height: 100%;
    font-weight: bold;
}

.bottombar__links:hover {
    color: red;
    transition: all 0.3s ease;
}

.main__content {
    z-index: 5;
}

.main__container {
    display: grid;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 100vh;
    position: relative;
}

.footer {
    margin: 25px;
}

/* For phones/Tablets */
@media screen and (max-width: 600px) {
    .navbar {
        height: 50px;
        font-size: 1rem;
    }

    .navbar__container {
        /* padding: 0 10px; */
    }

    .navbar__menu {
        /* flex-wrap: wrap;
        justify-content: flex-end; */
        
    }

    .navbar__item {
        /* height: 40px; */
    }

    .navbar__links {
        padding: 4px;
        font-size: 0.8rem;
    }

    .logo {
        /* font-size: 1.8rem; */
        padding: 0 0.5rem;
    }

    #leaderboardContainer {
        height: 50px;
    }
    #adRight, #adLeft{
        display: none;
        position: absolute;
        right: -1000px;
    }
    #shareBtn{
        display: none;
        margin-left: auto;
        margin-right: auto;
        width: 200px;
        height: 45px;
        margin-top: 20px;
        margin-bottom: 5%;
    }
    #copyBtn{
        display: none;
        position: absolute;
        left: 500%;
        bottom: 500%;
    }
    #submit {
        margin-top: 56px;
    }
    .button {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        text-align: center;
        bottom: -2%;
        text-decoration: none;
        padding: 10px 20px;
        height: 150%;
        font-size: 3rem;
        width: 100%;
        border: solid;
        outline: none;
        border-radius: 4px;
        background: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
    }
    .button2, .button3 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
        top: 200%;
        padding: 10px 20px;
        height: 140%;
        margin: 10%;
        margin-top: 115%;
        font-size: 1.5rem;
        border: solid;
        outline: none;
        border-radius: 4px;
        background: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
    }
    #min_max {
        display: none;
    }
    .main__btn {
        font-size: 6vw;
        width: 45%;
        top: 63%;
    }
    .min, .sec, .hour {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10.5vw;
        aspect-ratio: 14;
        background-color: rgb(255, 255, 255);
        transform-origin: left;
        border-radius: 50%;
        transform: rotate(-90deg);
    }
    .clock {
        top: 33.2%;
        border-radius: 50%;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 10;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        position: absolute;
        visibility: hidden;
    }
    #home__image {
        background-position: center;
        background-size: cover;
        width: 220%;
        height: 100%;
        margin-left: -60%;
        overflow: hidden;
    }
    .main {
        background-color: #000000;
        overflow: hidden;
    }
    #roundTitle {
        font-size: 1.5rem;
        background-color: black;
        align-items: center;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        color: #ffffff;
    }
    #photoQuestion {
        width: 75%;
        margin: auto;
        font-size: 4.6vw;
        text-align: center;
        background: black;
        outline: 2px solid white;
        margin-top: 15px;
        color: white;
        padding: 3px;
    }
    #zoom_outer {
        margin: 15px auto;
        padding: 0;
        width: 85%;
        height: 43vmax;
        background-color: #d3d3d3;
        background-size: 85vmax;
        overflow: hidden;
        outline: 2px solid rgb(0, 0, 0);
        position: relative;
    }
    .zoom_outer {
        margin: 8px auto;
        padding: 0;
        width: 85%;
        height: 40vmax;
        background-color: #d3d3d3;
        overflow: hidden;
        outline: 2px solid rgb(0, 0, 0);
        position: relative;
    }
    #trueDate {
        display: none;
        font-size: 4.5vw;
        align-items: center;
        margin: 2% auto;
        background: black;
        width: 60%;
        outline: 2px solid rgb(255, 255, 255);
        padding: 5px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        color: rgb(255, 255, 255);
    }
    #resultsTotal {
        display: none;
        font-size: 2.3rem;
        margin-top: 10%;
        padding: 8px;
        align-items: center;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        color: black;
        background: black;
        border: 3px solid white;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: rgb(255, 255, 255);
    }
    #slider-pips {
        margin: 18px auto;
        width: 85%;
    }
    .results {
        font-size: 2.35rem;
        margin: auto;
        align-items: center;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000000;
    }
    .true_date {
        display: none;
        font-size: 3.5vw;
        align-items: center;
        margin: 2% auto;
        background: black;
        width: 45%;
        outline: 2px solid rgb(255, 255, 255);
        padding: 5px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        color: rgb(255, 255, 255);
    }
    .round {
        font-size: 1.5rem;
        margin-bottom: 10px auto;
        align-items: center;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        color: #ffffff;
        background-color: black;
    }
    #round1 {
        font-size: 1.4rem;
    }
    #pointsFinal {
        font-size: 2.4rem;
        width: 70%;
        margin: auto;
        margin-top: 40px;
        align-items: center;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        outline-style: auto;
        color: #000000;
        background-color: black;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgb(255, 255, 255);
    }
    #highScore {
        font-size: 1.9rem;
        width: 70%;
        margin: 7px auto;
        align-items: center;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        outline-style: auto;
        color: #000000;
        background-color: black;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgb(255, 255, 255);
    }
    #concerns {
        font-size: 1rem;
        width: 60%;
        margin: auto;
        padding: 5px;
        margin-top: 10%;
        text-align: center;
        color: #ffffff;
        background-color: black;
        outline: auto white;
    }
    #slider-pips2 {
        width: 80%;
        margin: 10px auto;
    }
    #slider-round {
        height: 10px;
        width: 40%;
        margin: 10px auto;
    }
    .round_slider {
        height: 10px;
        width: 40%;
        margin: 10px auto;
    }
    .slider_pips {
        width: 80%;
        margin-bottom: 8%;
        margin-left: auto;
        margin-right: auto;
    }
    #aboutWriting {
        font-size: 0.8rem;
        width: 80%;
        margin: auto;
        padding: 5px;
        margin-top: 40%;
        text-align: center;
        color: #ffffff;
        background-color: black;
        outline: auto white;
    }
    #genPass {
        margin: 5px;
        font-size: 1rem;
    }
    #passPrompt {
        display: none;
        margin-top: 1%;
        justify-content: center;
        align-items: center;
        position: absolute;
        text-align: center;
        width: 100%;
    }
    #passcodeSub {
        font-size: 1rem;
        margin: 5px;
    }
    #enterPasscode {
        font-size: 2.8rem;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgb(255, 255, 255);
    }
    #passcode {
        text-align: center;
        margin-top: 1%;
        font-size: 1.5rem;
    }
    .centerContainer2 {
        display: flex;
        position: absolute;
        justify-content: center;
        align-items: center;
        z-index: 99;
        right: 0px;
        left: 0px;
        bottom: -15px;
    }
}

#game_background_image {
    position: fixed;
    opacity: 8%;
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh;
    z-index: -1;
    overflow: hidden;
    filter: blur(1px);
}

#space {
    height: 1%;
    font-size: 10px;
    margin-right: 1px;
    bottom: 0px;
    text-align: right;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#zoom {
    transform-origin: 0px 0px;
    transform: scale(1) translate(0px, 0px);
    cursor: crosshair;
    position: absolute;
    outline: 2px solid rgb(0, 0, 0);
    touch-action: auto;
    overflow: hidden;
}

.noUi-handle .noUi-touch-area {
    border: 1px solid transparent;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    width: auto;
    height: auto;
}

.container {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 601px) {
    .centerContainer3 {
        display: flex;
        position: absolute;
        justify-content: center;
        align-items: center;
        z-index: 99;
        right: 0px;
        left: 0px;
        bottom: 0px;
    }
    #adRight {
        display: block;
        position: absolute;
        right: 0px;
    }
    #adLeft {
        display: block;
        position: absolute;
        left: 0px;
    }
    #copyBtn{
        display: none;
        margin-left: auto;
        margin-right: auto;
        width: 200px;
        height: 45px;
        margin-top: 20px;
        margin-bottom: 5%;
    }
    #shareBtn{
        display: none;
        position: absolute;
        left: 500%;
        bottom: 500%;
    }
    #submit {
        margin-top: 4%;
    }
    .button {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        text-align: center;
        margin: 5%;
        text-decoration: none;
        padding: 10px 20px;
        height: 150%;
        font-size: 3.2rem;
        width: 80%;
        border: solid;
        outline: none;
        border-radius: 4px;
        background: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
    }
    .button2, .button3 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        top: 200%;
        padding: 10px 45px;
        height: 150%;
        margin: 61%;
        font-size: 2.5rem;
        border: solid;
        border-radius: 4px;
        background: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
    }
    #min_max {
        background-color: rgba(255, 255, 255, 0.3);
        background-size: cover;
        position: absolute;
        height: 27px;
        width: 27px;
        border: 10px #000000;
        bottom: 3px;
        right: 3px;
        cursor: pointer;
    }
    .clock {
        top: 33.2%;
        border-radius: 50%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 10;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        position: absolute;
        visibility: hidden;
    }
    .main__btn {
        font-size: 2.8vw;
        width: 26%;
        height: 8%;
        top: 68%;
    }
    .min, .sec, .hour {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4.3vw;
        aspect-ratio: 14;
        background-color: rgb(255, 255, 255);
        transform-origin: left;
        border-radius: 50%;
        transform: rotate(-90deg);
    }
    #roundTitle {
        font-size: 1.8rem;
        background-color: black;
        align-items: center;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        color: #ffffff;
    }
    #photoQuestion {
        display: none;
        font-size: 2.7vw;
        text-align: center;
        text-decoration: none;
        padding-bottom: 5px;
        color: black;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgb(255, 255, 255);
    }
    #zoom_outer {
        margin: 1px auto;
        margin-top: 8px;
        padding: 0;
        width: 51%;
        height: 33vmax;
        background-color: #d3d3d3;
        background-size: 85vmax;
        overflow: hidden;
        outline: 2px solid rgb(0, 0, 0);
        position: relative;
    }
    .zoom_outer {
        margin: 8px auto;
        padding: 0;
        width: 51%;
        height: 33vmax;
        background-color: #d3d3d3;
        overflow: hidden;
        outline: 2px solid rgb(0, 0, 0);
        position: relative;
    }
    #home__image {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #trueDate {
        display: none;
        font-size: 1.8rem;
        align-items: center;
        margin: 2% auto;
        background: black;
        width: 30%;
        outline: 2px solid rgb(255, 255, 255);
        padding: 5px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        color: rgb(255, 255, 255);
    }
    #resultsTotal {
        display: none;
        font-size: 4rem;
        margin-top: 7%;
        padding: 8px;
        align-items: center;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        color: black;
        background: black;
        border: 3px solid white;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: rgb(255, 255, 255);
    }
    #slider-pips {
        margin: 15px auto;
        width: 76.5%;
    }
    .results {
        font-size: 2.75rem;
        margin: auto;
        align-items: center;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000000;
    }
    .true_date {
        display: none;
        font-size: 1.7vw;
        align-items: center;
        margin: 1% auto;
        background: black;
        width: 30%;
        outline: 2px solid rgb(255, 255, 255);
        padding: 3px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        color: rgb(255, 255, 255);
    }
    .round {
        font-size: 2rem;
        margin-bottom: 10px auto;
        align-items: center;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        color: #ffffff;
        background-color: black;
    }
    #round1 {
        font-size: 1.7rem;
    }
    #pointsFinal {
        font-size: 3.9rem;
        width: 30%;
        margin: auto;
        margin-top: 40px;
        align-items: center;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        outline-style: auto;
        color: #000000;
        background-color: black;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgb(255, 255, 255);
        white-space: pre-wrap;
    }
    #highScore {
        font-size: 2.6rem;
        width: 30%;
        margin: 7px auto;
        align-items: center;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        outline-style: auto;
        color: #000000;
        background-color: black;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgb(255, 255, 255);
    }
    #concerns {
        font-size: 1.5rem;
        width: 60%;
        margin: auto;
        padding: 5px;
        margin-top: 5%;
        text-align: center;
        color: #ffffff;
        background-color: black;
        outline: auto white;
    }
    #slider-pips2 {
        width: 76.5%;
        margin: 10px auto;
    }
    #slider-round {
        height: 10px;
        width: 25%;
        margin: 10px auto;
    }
    .round_slider {
        height: 10px;
        width: 25%;
        margin: 10px auto;
    }
    .slider_pips {
        width: 76.5%;
        margin-bottom: 5%;
        margin-left: auto;
        margin-right: auto;
    }
    #aboutWriting {
        font-size: 0.9rem;
        width: 50%;
        margin: auto;
        margin-top: 10%;
        padding: 5px;
        bottom: 0px;
        text-align: center;
        color: #ffffff;
        background-color: black;
        outline: auto white;
    }
    #genPass {
        margin: 5px;
        font-size: 1rem;
    }
    #passPrompt {
        margin-top: 1%;
        justify-content: center;
        align-items: center;
        position: absolute;
        text-align: center;
        width: 100%;
    }
    #passcodeSub {
        font-size: 1rem;
        margin: 5px;
    }
    #enterPasscode {
        font-size: 3rem;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgb(255, 255, 255);
    }
    #passcode {
        text-align: center;
        margin-top: 1%;
        font-size: 1.5rem;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input#year {
    display: block;
    margin-top: 11px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1px;
    text-align: left;
    font-size: 40px;
    width: 96px;
    background: #000;
    color: #fff;
    outline-width: 2px;
    outline-style: solid;
    outline-color: #fff;
}

input[type="range"] {
    width: 80%;
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    cursor: ew-resize;
}

datalist {
    display: flex;
    width: 1514px;
    justify-content: space-between;
    margin-top: -23px;
    margin-left: 190.5px;
    padding-top: 0px;
    margin-right: auto;
}

option {
    width: 2ex;
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: end;
    background-image: url(tick.png);
    height: 5ex;
    background-position-y: -20px;
    background-position-x: center;
    z-index: -1;
}

input[type="submit"] {
    cursor: pointer;
    height: 50px;
    width: 200px;
    display: block;
    text-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 10px;
    font-family: monospace;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    outline: auto black;
    border-radius: 1px;
}

input[type="submit"]:hover {
    border: 5px;
}

.bottom {
    text-align: center;
    padding-bottom: 75px;
}

#slider-pips2 .noUi-handle {
    outline: 1px solid rgb(0, 0, 0);
    width: 5px;
    right: -2.6px;
    height: 28px;
    top: -6px;
    box-shadow: 0 3px 6px -3px rgb(19, 19, 19);
    background: rgb(0, 0, 0);
}

#slider-pips2 .noUi-handle:before,
#slider-pips2 .noUi-handle:after {
    display: none;
}

#results {
    font-size: 3rem;
    margin: 20px auto;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
}

#points_image {
    display: none;
    background-size: cover;
    height: 330px;
    width: 100%;
    position: relative;
    object-fit: fill;
    margin: -100px auto;
}

.points_image {
    width: 100%;
    margin-top: 100px;
    overflow: hidden;
}

#slider-round .noUi-handle {
    display: none;
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px;
    border-radius: 9px;
}

#endRound {
    display: none;
    margin-top: 50px;
    margin-bottom: 75px;
    font-weight: 100;
}

#partyMain {
    display: none;
}

.review {
    display: none;
}

.zoom {
    transform-origin: 0px 0px;
    transform: scale(1) translate(0px, 0px);
    cursor: crosshair;
    position: absolute;
    outline: 2px solid rgb(0, 0, 0);
}

.round_slider .noUi-handle {
    display: none;
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px;
    border-radius: 9px;
}

.slider_pips .noUi-handle {
    outline: 1px solid rgb(0, 0, 0);
    width: 5px;
    right: -2.6px;
    height: 28px;
    top: -6px;
    box-shadow: 0 3px 6px -3px rgb(19, 19, 19);
    background: rgb(0, 0, 0);
}

.slider_pips .noUi-handle:before,
.slider_pips .noUi-handle:after {
    display: none;
}

.centerContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    z-index: 99;
}

#appText {
    font-size: 2.5rem;
    width: fit-content;
    margin: auto;
    margin-top: 5px;
    padding: 12px;
    text-align: center;
    color: #ffffff;
    background-color: black;
    outline: auto white;
}

#newGame {
    margin-top: 50px;
    margin-bottom: 75px;
}

#about__background {
    position: absolute;
    opacity: 15%;
    filter: blur(2px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}