body {
  background-color: black;
  color: #EAE0C8;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: 'basiic';
  width: 98vw; 
  height: 98vh;
  cursor: url(https://cur.cursors-4u.net/nature/nat-8/nat792.cur), auto !important;
  z-index:1;

}

.cardall { /* all boxes */
  overflow-y: hidden;
  overflow-x: hidden;

  z-index:1;
}

.cards { /* subpage box */
  padding: 5px;
  padding-left: 15px;
  border-left: 4px solid #3D2B1F;
  border-radius: 5px;
  background-color: black;
  font-family: 'basiic';
  overflow-y: scroll;
  overflow-x: hidden;
  height: 96vh;
  width: 96%;
  scrollbar-color: #3D2B1F black;
  z-index:1;
}
  
  .halfcolumn { 
  float: left;
  width: 40%;
  padding-top: 2px;
}

.leftcolumn {
  float: left;
  width: 15%;
}
.midcolumn { 
  float: left;
  width: 85%;
}

.rightcolumn { 
  float: left;
  width: 10%;
  background-color: black;
}

.qucolumn { 
  float: left;
  width: 25%;
  padding-top: 2px;
}



thirdcolumn {  
  float: left;
  width: 75%;
  padding-top: 2px;
  
}

.card { /* main box */ /*margin is outside border, padding is inside border*/
  /*margin-top: 5px;*/
  padding: 5px;
  border: hidden;
  border-bottom: 5px solid #2b0004;
  background-color: black;
  font-family: 'virale';
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 600px;
}



.row::after {
  content: "";
  display: table;
  clear: both;
}

a {
    color: #EAE0C8;
}

a:visited {
    color: #EAE0C8;
}

a:hover {
  text-decoration-line: underline;
  text-decoration-style: wavy; 
  color: green;
}

h1 {
    color: #EAE0C8;
    margin: 2px 0px 3px 0px; /*top right bottom left*/
    padding: 0px 0px 0px 0px;
    font-family: 'basiic';
    font-size: 16px;

}

h2 {
    color: #EAE0C8;
    margin: 2px 0px 3px 0px; /*top right bottom left*/
    padding: 0px 0px 0px 0px;
    font-family: 'basiic';
    font-size: 16px;
}

h3 {
    color: #EAE0C8;
    margin: 2px 0px 3px 0px; /*top right bottom left*/
    padding: 0px 0px 0px 0px;
    font-family: 'basiic';
    font-size: 16px;
}

h4 {
    color: #EAE0C8;
    font-family: 'basiic';
    font-size: 16px;
    margin: 5px 5px 10px 0px; /*top right bottom left*/
    padding: 5px 5px 5px 0px;
    text-align: left;
    
}

h5 {
    color: #EAE0C8;
    margin: 2px 0px 3px 0px; /*top right bottom left*/
    padding: 0px 0px 0px 0px;
    font-family: 'basiic';
    font-size: 16px;
}

p { 
  margin: 10px 3px 10px 3px; /*top right bottom left*/
  }
  
  h6 {
    color: #EAE0C8;
    margin: 2px 0px 3px 0px; /*top right bottom left*/
    padding: 0px 0px 0px 0px;
}



@font-face {
    font-family: 'basiic';
    src: url('/fonts/basiic.ttf');
}


@font-face {
    font-family: 'Glamour';
      src: url('/fonts/GLAMOURGIRL.TTF');
}
