html, head, body
{
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw;
    height: 200vh;
    overflow-x: hidden;
    background-color: rgb(19, 19, 20);
}

#container
{
    display: inline-block;
    background-image: #131314;
    width: 100vw;
    height: 200vh;
}

#main-canvas
{
    position: absolute;
    width: 100vw;
    height: 200vh;
    image-rendering: crisp-edges;
}

#page-indicator
{
    position: absolute;
    color: white;
    font-size: 10vh;
    text-align: center;
    width: 100vw;
    bottom: -100%;
}

#overlay-fade
{
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

#loading-container
{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 35vw;
    height: 35vh;
}

.loading-icon
{
    margin: auto;
    width: 15vh;
    height: 15vh;
    border-radius: 50%;
    padding: 10%;
    border:  15px solid rgb(12, 12, 12, 1);
    border-top: 15px solid white;
    box-sizing: border-box;
    animation: anim-load 1.5s linear infinite;
}

.first-visit
{
    text-align: center;
    padding: 1vh;
    color: white;
    font-size: 1.8vh;
    font-weight: 300;
    font-family: "Cascadia Code", monospace;
    animation: fadein 3s;
}

@keyframes anim-load
{
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.page-gradient
{
    position: absolute;
    top: 90vh;
    width: 100vw;
    height: 10vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(19, 19, 20));
    pointer-events: none;
}

.title
{
    z-index: 1;
    position: absolute;
    pointer-events: none;
    width: 100vw;
}

.title a
{
    text-decoration: none;
    color: white;
}

.title a:hover
{
    text-decoration: underline;
}

.title-links
{
    color: white;
    font-size: 1.8vw;
    font-weight: 300;
    text-align: center;
    font-family: "Cascadia Code", monospace;
    pointer-events: auto !important;
}

.floating-div-monitor
{
    position: absolute;
    text-align: center;
    color: #33FF00;
    font-size: 2.2vh;
    font-weight: 300;
    font-family: "Cascadia Code", monospace;
    text-shadow: 0px 2px 2px black;
    pointer-events: none;
    /*border: 2px solid #33FF00;*/
}

.floating-div-clipboard
{
    position: absolute;
    color: black;
    font-size: 2.5vh;
    font-weight: 100;
    font-family: "Cascadia Code", monospace;
    /*border: 1px solid black;*/
}

.floating-div-note
{
    position: absolute;
    color: black;
    text-align: left;
    font-size: 1.2vh;
    font-weight: 300;
    font-family: "Cascadia Code", monospace;
    /*border: 1px solid black;*/
}

.clipboard-text
{
    margin: 0;
    color: black;
    text-align: left;
    font-size: 1.8vh;
    font-weight: 300;
    font-family: "Cascadia Code", monospace;
}

.clipboard-title
{
    margin: 1vh;
    color: black;
    text-align: center;
    font-size: 2.8vh;
    font-weight: 300;
    font-family: "Cascadia Code", monospace;
}

.scrollable-div
{
    width: 100%;
    max-height: 55vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgb(255, 255, 255) rgba(255, 255, 255, 0.25);
}

#left-side-content
{
    position: absolute !important;
    left: -35vw;
    width: 25vw;
    height: 60vh;
    padding: 2vh;
    text-align: center;
    color: black;
    font-size: 1.8vh;
    font-weight: 300;
    font-family: "Cascadia Code", monospace;
    background-color: #ffffff26;
    backdrop-filter: blur(10px);
    border-radius: 5%;
}

#left-side-content img, iframe
{
    width: 100%;
    height: 50%;
    object-fit: contain;
}

.img
{
    width: 25vh;
    display: block;
    padding-right: 1vh;
    padding-top: 1vh;
    float: left;
}

.border
{
    color: black;
    padding: 0.2vh;
    border: 1px solid black;
}

iframe
{
    border: none;
}

h1
{
    color: white;
    margin-bottom: 0;
    margin-top: 80px;
    font-size: 4vw;
    font-weight: 100;
    font-family: "Cascadia Code", monospace;
    text-align: center;
    letter-spacing: 0.8vh;
    animation: anim-bolden 6s infinite;
    animation-direction: alternate;
    animation-delay: 5s;
}

@keyframes anim-bolden
{
    from { letter-spacing: 0.8vh; }
    to { letter-spacing: 1vh; }
}

.fa-github, .fa-envelope
{
    font-size: 1.5vw;
}

@media (max-width: 1024px)
{
    h1
    {
        font-size: 10vw;
    }
    h2
    {
        font-size: 5vw;
    }
}

.fa-angle-double-down
{
    visibility: hidden;
    position: absolute;
    font-size: 12vh !important;
    text-shadow: 0px 0.5vh black;
    color: #33FF00;
    text-align: center;
    width: 100vw;
    bottom: 2%;
}

.fa-chevron-left, .fa-chevron-right
{
    font-size: 8vh !important;
    text-align: center;
    text-shadow: 0px 2px 2px black;
    color: white;
}

.left-btn, .right-btn
{
    z-index: 1;
    position: absolute;
    cursor: pointer;
    border: none;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    animation: anim-grow 1.6s infinite alternate;
}

.left-btn:hover, .right-btn:hover
{
    opacity: .8;
}

.left-btn:disabled, .right-btn:disabled
{
    opacity: .4;
}

@keyframes anim-grow
{
    from { translate: scale(1); }
    to { transform: scale(1.1); }
}

.anim-bounce-in
{
    animation: bounce-in 2s;
}

@keyframes bounce-in 
{
    0% 
    {
        opacity: 0;
        transform: scale(0.3);
    }
    50% 
    {
        opacity: 1;
        transform: scale(1.0);
    }
    70% { transform: scale(0.8); }
    100% { transform: scale(1); }
}

.center
{
    display: block;
    margin: auto;
}

.anim-typewriter
{
    overflow: hidden;
    white-space: nowrap;
    margin: auto;
    border-right: 2px solid #33FF00;
    animation: typewriter 2s steps(22) 1s 1 normal both,
               blink-cursor 0.6s steps(22) infinite normal;
}

.anim-fadein
{
    animation: fadein 1.5s;
}

@keyframes fadein
{
    from { opacity: 0; }
    to { opacity: 1; }
}

.anim-fadeout-in
{
    animation: fadeout-in 4s;
}

@keyframes fadeout-in
{
    20% { opacity: 0; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes typewriter
{
    from { width: 0; }
    to { width: 10ch; } /*default value, dynamically changed to text length*/
}

@keyframes blink-cursor {
  from { border-right-color: #33FF00; }
  to { border-right-color: transparent; }
}