body {
    background-image: linear-gradient(to right, rgba(10,1,3,1), rgb(83, 4, 14)), linear-gradient(to right, rgb(83, 4, 14), rgba(10,1,3,1));
    background-size: 200% 200%;
    height: 100%;
    overflow: hidden;
}

.everything {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.container {
    background: url(grid.svg) repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: auto;
    overflow: hidden;
    background-repeat: inherit;
}

#cursor {
    position: absolute;
    width: 60vh;
    height: 60vh;
    top: -30vh;
    left: -30vh;
    background: radial-gradient(circle, rgba(157,4,62,1) 0%, rgba(255,255,255,0) 35%, rgba(125,9,9,0) 100%, rgba(0,212,255,0) 100%);
}

#jenkcontainer {
    position: relative;
    max-width: 100%;
    height: 100%;
    min-width: 75%;
}

#jenklook {
    position: relative;
}

.jenklooking {
    max-width: 80%;
    min-width: 65vh;
    max-height: 140%;
    min-height: 75vh;
    position: absolute;
    bottom: 0;
    left: 72.5%;
    transform: translateX(-50%);
}

@font-face {
    font-family: 'jenku';
    src: url(Jenku-Regular.otf);
}

.text-container {
    position: absolute;
    top: 0;
    left: 72.5%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

    .text-container h1 {
        font-family: 'jenku';
        color: #fcc0c8;
        font-size: 100px;
        margin: 0;
        padding: 1rem;
    }

img {
    user-select: none;
}

@media (max-width: 720px) {
    .jenklooking {
        display: none;
    }

    .text-container {
        left: 50%;
        transform: translateX(-50%);
    }



    #model {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(22.5%, 10%);
        max-width: 80%;
        min-width: 65vh;
        max-height: 140%;
        min-height: 75vh;
    }
}


#jenk {
    position: absolute;
    width: 6vh;
    height: 6vh;
    top: 3vh;
    left: 3vh;
    z-index: 10000;
}

#jenklook {
    position: relative;
}

.fade-transition {
    opacity: 1;
    transition: opacity 0.5s;
}

    .fade-transition.fade-out {
        opacity: 0;
    }

#canvas {
    position: absolute;
    z-index: 1000;
}

#model {
    max-width: 80%;
    min-width: 65vh;
    max-height: 140%;
    min-height: 75vh;
    position: absolute;
    top: 8%;
    left: -22.5%;
}
