body {
    font-family: Arial, sans-serif, 'Courier New', 'PostalShrift.ttf';
    background-color: black;
    margin: 0;
    overflow: hidden;
}

.bodywrapper {
    position: absolute;
    height: 100%;
    width: 100vw;
    overflow: hidden;
}

.topbuttonsign {
    top: 0;
    width: 100%;
    overflow: hidden;
}

.topbutton {
    position: relative;
    width: 100%;
    display: flex;
    z-index: 1;
    padding-bottom: 0;
}

.applogo {
    max-width: 15mm;
    min-width: 19px;
    color: rgb(255, 255, 255);
}

.swag {
    font-family: fantasy;
    line-height: 5mm;
    animation: shake 20s alternate infinite;
}

.btn a {
    color: rgba(255, 255, 255, 0.335);
    text-shadow: 1rem 1rem rgb(0, 0, 0);
}

.btn:hover a {
    color: rgb(255, 128, 128);
    text-shadow: rgb(255, 37, 12);
}

.carousel-item p {
    font-size: 1rem;
    font-family: 'PostalShrift.ttf';
}

.slide img {
    opacity: 20%;
    margin: auto;
    width: 100%;
    height: calc(100vh - 25mm - 50px);
}

@media only screen and (max-width: 600px) {
    .slide img {
        opacity: 20%;
        margin: auto;
        width: 100%;
        height: calc(100vh - 45mm - 50px);
    }
}

#header-title {
    font-size: 5mm;
    letter-spacing: .1rem;
    text-shadow: 1rem 1rem rgb(0, 0, 0);
    font-weight: 400;
    animation: glow 100s infinite;
    color: rgb(255, 255, 255);
    width: 100%;
    text-align: center;
}

#wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 20mm);
    width: 100vw;
    z-index: 5;
}

#thingsarea {
    display: block;
    width: 100vw;
    height: 60vh;
    background: transparent;
    box-sizing: border-box;
    overflow-y: hidden;
}


::-webkit-scrollbar {
    width: 3vh;
    height: 1vh;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(33, 37, 41);
    border-radius: 5vh;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #8d8a8a;
}

.things {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    align-items: end;
    justify-content: space-between;
}

.thing {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: .9rem;
    color: #8d8a8a;
    border-color: #2e2e2e;
    border: thin;
    padding: 1vh 1vh 1vh 1vh;
    max-height: 55vh;
    width: 40vw;
}

.authinput {
    color: #8d8a8a;
    width: 100%;
    text-align: center;
}

.labeltext {
    text-align: center;
}


.authimage {
    object-fit: fill;
    overflow: hidden;
    width: auto;
    max-height: 45vh;

}

#couplethings {
    justify-content: space-evenly;

}

.thingssignin {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    align-items: end;
    justify-content: space-between;
}

.thingsignin {
    display: grid;
    flex-direction: column;
    justify-content: center;
    font-size: .9rem;
    color: #8d8a8a;
    border-color: #2e2e2e;
    border: thin;
    padding: 1vh 1vh 1vh 1vh;
    max-height: 55vh;
    width: 40vw;
}

.authinput {
    color: #8d8a8a;
    width: 100%;
    text-align: center;
}

.labeltext {
    text-align: center;
}


.authimagesignin {
    object-fit: fill;
    overflow: hidden;
    width: auto;
    max-height: 45vh;
    max-width: 40vw;
    justify-self: center;
    padding: 1vh 1vh 1vh 1vh;
}


#autosizething {
    display: flex;
    flex-direction: column;
    font-size: .9rem;
    color: #8d8a8a;
    border-color: #2e2e2e;
    border: thin;
    padding: 1vh 1vh 1vh 1vh;
}

#fullhdthing {
    display: flex;
    flex-direction: column;
    font-size: .9rem;
    color: #8d8a8a;
    border-color: #2e2e2e;
    border: thin;
    padding: 1vh 1vh 1vh 1vh;
    width: 100vw;
    max-height: 55vh;

}

#input_3 {
    background: transparent;
    border: transparent;
    font-weight: 250;
    font-size: 3rem;
    color: #d1d1d1;
    font-style: italic;
    position: sticky;
}

#input_4 {
    background: transparent;
    border: transparent;
    font-weight: 250;
    font-size: 3rem;
    color: #d1d1d1;
    font-style: italic;
    position: sticky;
}

#input_5 {
    background: transparent;
    border: transparent;
    font-weight: 500;
    font-size: 10rem;
    color: #d1d1d1;
    font-style: italic;
    position: sticky;
}

::placeholder {
    color: chartreuse;
}

#comprehentionarea {
    width: 100vw;
    height: 22vh;
    overflow: auto;
    box-sizing: border-box;
    background: transparent;
    display: flex;
    justify-content: flex-start;
    padding: 1vh 2vh 1vh 2vh;
}

#comprehentionarea:hover {
    background-color: #0000004d;
}

.comprehention {
    align-items: center;
    color: #8d8a8a;
}

@media (max-height: 650px) {
    #comprehentionarea {
        display: none;
    }

    #exmessagearea {
        position: absolute;
        width: 100%;
        justify-self: center;
        overflow: hidden;
        height: 18vh;
        display: flex;
        justify-content: center;
        padding-top: 2vh;
    }
}

#messagearea {
    display: none;
}

.buttonbg {
    position: absolute;
    width: 100%;
    justify-self: center;
    overflow: hidden;
    height: 8vh;
    display: flex;
    justify-content: center;
}

.buttoncover {
    width: 90%;
    height: 100%;
}

.authbutton {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    color: #b9b9b9cf;
    border-color: #d1d1d100;
    border-radius: 3px;
    background-color: rgba(33, 37, 41);

}

.input-block {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



.actions {
    display: flex;
    position: sticky;
    flex-direction: column;
    align-self: flex-start;
    justify-content: center;
    padding: inherit;
}

.bg {
    position: absolute;
    display: block;
    width: 100vw;
    height: 85vh;
    background: transparent;
    box-sizing: border-box;
    overflow-x: hidden;
    padding: 0;
}

.textcontainer {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 15vw 0;
    color: #d1d1d1;
}



.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.marquee .message {
    display: inline-block;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}



.flipimage {
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    bottom: 0;
    overflow: hidden;
    transform: scaleX(1.2) scaleY(1.2);
    animation: coin-rotate 21s linear infinite;
    opacity: 50%;
    z-index: -3;
    pointer-events: none;
}

.flipimageecho {
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    bottom: 0;
    overflow: hidden;
    transform: scaleX(-1) scaleY(1);
    animation: coin-rotate2 15s linear infinite;
    opacity: 50%;
    z-index: -3;
    pointer-events: none;
}

.flipimageecho2 {
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    bottom: 0;
    overflow: hidden;
    transform: scaleX(1) scaleY(1);
    animation: coin-rotate3 15s linear infinite;
    opacity: 50%;
    z-index: -3;
    pointer-events: none;
}

.flipimageecho3 {
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    bottom: 0;
    overflow: hidden;
    transform: scaleX(-1.2) scaleY(1.2);
    animation: coin-rotate4 22s linear infinite;
    opacity: 50%;
    z-index: -3;
    pointer-events: none;
}

@keyframes coin-rotate {
    0 {
        transform: rotateY(0) scaleX(1.2) scaleY(1.2);
    }

    50% {
        transform: rotateY(0) scaleX(1) scaleY(1);
    }

    100% {
        transform: rotateY(0deg) scaleX(1.2) scaleY(1.2);
    }
}

@keyframes coin-rotate2 {
    0 {
        transform: rotateY(0) scaleX(-1) scaleY(1);
    }

    50% {
        transform: rotateY(0) scaleX(-1.2) scaleY(1.2);
    }

    100% {
        transform: rotateY(0deg) scaleX(-1) scaleY(1);
    }
}

@keyframes coin-rotate3 {
    0 {
        transform: rotateY(0) scaleX(1) scaleY(1);
    }

    50% {
        transform: rotateY(0) scaleX(1.2) scaleY(1.2);
    }

    100% {
        transform: rotateY(0deg) scaleX(1) scaleY(1);
    }
}

@keyframes coin-rotate4 {
    0 {
        transform: rotateY(0) scaleX(-1.2) scaleY(1.2);
    }

    50% {
        transform: rotateY(0) scaleX(-1) scaleY(1);
    }

    100% {
        transform: rotateY(0deg) scaleX(-1.2) scaleY(1.2);
    }
}