:root{
    font-size: 20px;
    background-color: black;
    --blue-text: #a4d4f1;
    --italic-text: #ffce79;
    --grey-border: #545454;
    --link-color-o: #4515ff;
    --link-color:  #efa470;
    --orange-border: #ebb470;
    color: #fdfde8;
}

.main{
    background-color:#151515;
    margin:auto;
    width:67vw;
    text-align:left;
    padding: 3vh 2vw;
}

#footer{
    margin-left: 17vw;
}

div.cnt{
    text-align:left;
}
h2{
    text-indent:1em;
}

.title{
    text-align:center;
    text-decoration:underline;
}

div > h2, .btext{
    color:var(--blue-text);
}

.cmd{
    text-indent:2em;
}

h6{
    display: inline-block;
}

a:visited, a:link {
    color:var(--link-color);
    
}

h2 ~ h3{
    text-indent:3em;
}

h3 + h4:before{
 content:"- ";
}


h3 + h4{
text-indent:4em;
}

:any-link {
    color:var(--link-color);
}

.border{
    border-style:solid;
    border-color:var(--orange-border);
}
.category{
}

.cmd{

}
/* background-color: var(--main-bg-color); */

.corner-link{
    position: absolute;
    right: 15vw;
    top: 15px;
    padding: inherit;
}
