html, body{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    --contentheight: 38vw;
    --topspacerheight: 8vw;
}

a, a:hover, a:visited, a:active, a:link{
    color: inherit;
    text-decoration: none;
}


@media (max-aspect-ratio: 3){

    .maincontent{
        display: block;
        box-sizing: border-box;
        background-color: transparent;
        width: 100%;
        --contentheight: 38vw;
        --topspacerheight: max(8vw, 100px);
    }

    .title{ 
        display: block;
        font-size: 2em;
        color: cornflowerblue;
        padding-left: 5px;
    }
    
    .subtitle{
        display: inline-block;
        color: rgb(174, 202, 255);
        font-size: 1.5em;
        padding-left: 5px;
    }
    
    .regtext{
        display: inline-block;
        font-size: 1em;
        color: ghostwhite;
        padding-left: 5px;
        padding-right: 5px;
    }   
    
}

@media (max-aspect-ratio: 2){

    .maincontent{
        display: block;
        box-sizing: border-box;
        background-color: transparent;
        width: 100%;
        --contentheight: 50vw;
        --topspacerheight: max(8vw, 100px);
    }

    .title{ 
        display: block;
        font-size: calc(2em + calc(max(calc(1920px - 100vw), calc(100vw - 1920px)) / 200));
        color: cornflowerblue;
        padding-left: 5px;
    }
    
    .subtitle{
        display: inline-block;
        color: rgb(174, 202, 255);
        font-size: calc(1.5em + calc(max(calc(1920px - 100vw), calc(100vw - 1920px)) / 200));
        padding-left: 5px;
    }
    
    .regtext{
        display: inline-block;
        font-size: calc(1em + calc(max(calc(1920px - 100vw), calc(100vw - 1920px)) / 200));
        color: ghostwhite;
        padding-left: 5px;
        padding-right: 5px;
    }

}



@media (max-aspect-ratio: 1){

    .maincontent{
        display: block;
        box-sizing: border-box;
        background-color: transparent;
        width: 100%;
        --contentheight: 80vh;
        --topspacerheight: max(8vw, 100px);
    }

    .title{ 
        display: block;
        font-size: calc(3.5em + calc(max(calc(908px - 100vw), calc(100vw - 908px)) / 70));
        color: cornflowerblue;
        padding-left: 5px;
    }
    
    .subtitle{
        display: inline-block;
        color: rgb(174, 202, 255);
        font-size: calc(2.5em + calc(max(calc(908px - 100vw), calc(100vw - 908px)) / 70));
        padding-left: 5px;
    }
    
    .regtext{
        display: inline-block;
        font-size: calc(1.5em + calc(max(calc(908px - 100vw), calc(100vw - 908px)) / 70));
        color: ghostwhite;
        padding-left: 5px;
        padding-right: 5px;
    }

}





.spacercolumn{
    display: inline-block;
    box-sizing: border-box;
    background-color: transparent;
    width: 10%;
    height: calc(calc(calc(var(--contentheight) + var(--topspacerheight)) + calc(calc(var(--contentheight) / 8) * 3)) + calc(var(--contentheight) / 3));
    vertical-align: top;
}

.leftspacertop{
    display: block;
    box-sizing: border-box;
    background-color: transparent;
    width: 100%;
    height: calc(var(--topspacerheight) + calc(var(--contentheight) / 2));
}

.quadrantUL{
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    border-right-color: ghostwhite;
    border-right-style: dashed;
    border-right-width: 4px;
    background-color: transparent;
}

.quadrantUR{
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    background-color: transparent;
}

.leftspacerbot{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: calc(100% - calc(var(--topspacerheight) + calc(var(--contentheight) / 2)));
    background-color: transparent;
}

.quadrantLL{
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    background-color: transparent;
}

.quadrantLR{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    border-top-color: ghostwhite;
    border-top-width: 4px;
    border-top-style: dashed;
}

.maincolumn{
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

.topspacer{
    display: block;
    background-color: transparent;
    width: 100%;
    height: var(--topspacerheight);
}

.contentbox{
    display: flex;
    flex-direction: row;
    background-color: transparent;
    box-sizing: border-box;
    width: 100%;
    height: var(--contentheight);
    border-style: solid;
    border-width: 4px;
    border-color: ghostwhite;
    justify-content: center;
}

.interspacer{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: calc(var(--contentheight) / 8);
    background-color: transparent;
}

.interspaceleft{
    display: inline-block;
    box-sizing: border-box;
    background-color: transparent;
    width: 50%;
    height: 100%;
    border-right-color: ghostwhite;
    border-right-style: dashed;
    border-right-width: 4px;
}

.interspaceright{
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    background-color: transparent;
}

.textualcontent{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: calc(var(--contentheight) / 3);
    background-color: transparent;
    border-color: ghostwhite;
    border-width: 4px;
    border-style: solid;
    font-size: 1vw;
    overflow: auto;
}

.copybar{
    display: flex;
    width: 100%;
    font-size: 1vw;
    align-content: center;
    justify-content: center;
}

.copytext{
    display: inline-block;
    width: fit-content;
    background-color: black;
    color: ghostwhite;
    border-color: cornflowerblue;
    border-style: dashed;
    border-width: 2px;
    box-sizing: border-box;
    font-size: 1.5em;
}

.node{
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2vw;
    height: 2vw;
    border-width: 4px;
    border-radius: 20%;
    border-style: solid;
    border-color: ghostwhite;
    background-color: ghostwhite;
    top: calc(-1vw - 2px);
    left: calc(-1vw - 2px);
}

.content{
    display: flex;
    height:100%;
    object-fit: contain;
    align-self: center;
    justify-self: center;
}

.gamecontainer{
    height: 100%;
    width: 100%;
}

.gamecontent{
    height: 100%;
    width: 100%;
}





