body {
  background-image: url("/pics/backgrounds/spirbg1.jpeg");
  color: white; 
  background-repeat: no-repeat;
  background-size: auto;
  font-family: 'basiic';
  width: 1910px; 
  height: 920px;
  cursor: url(https://cur.cursors-4u.net/games/gam-8/gam783.cur), auto !important; /* https://www.cursors-4u.com */
}

.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;
}

.halfcolumn { 
  float: left;
  width: 50%;
  padding-top: 2px;
}

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

.webringbox { /* main box, margin is outside border, padding is inside border*/
  padding: 5px;
  border: hidden;
  background-color: black;
  overflow-y: hidden;
  overflow-x: hidden;
  text-align: center;
  z-index: 1;
}

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

.cardall { /* all boxes */
  border-radius: 5px;
  padding: 5px;
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 900px;
}



.cards { /* subpage box */
  padding: 20px;
  margin: 10px 10px 10px 10px; /*top right bottom left*/
  border: 4px solid #031701;
  border-radius: 5px;
  background-color: black;
  font-family: 'basiic';
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 640px;
  width: 300px;
  scrollbar-color: #031701 black;
}


.cardring { /* left column cards, subpages */
  padding-left: 25%;
  padding-right: 25%;
  text-align: center;
  overflow-y: hidden;
  overflow-x: hidden;
}

.cardsg { /* gallery box;*/
  border-radius: 5px;
  padding: 5px;
  border: 5px outset #FFA1FB;
  background-color: black;
  font-family: 'virale';
  overflow-y: scroll;
  overflow-x: scroll;
  max-height: 800px;
  scrollbar-color: #FFA1FB black;
}

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

a {
    color: white;
}

a:visited {
    color: white;
}

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

h1 {
    color: white;
    font-family: 'basiic';
    font-size: 30px;
    margin: 5px 5px 10px 5px; /*top right bottom left*/
    padding: 5px 5px 5px 5px;
    text-align: left;
}

h2 {
    color: white;
    font-family: 'basiic';
    font-size: 18px;
    margin: 5px 5px 10px 5px; /*top right bottom left*/
    padding: 5px 5px 5px 5px;
    text-align: left;
}

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

h4 {
    color: white;
    font-family: 'Glamour';
    font-size: 32px;
    margin: 5px 5px 10px 5px; /*top right bottom left*/
    padding: 5px 5px 5px 5px;
    text-align: left;
}

h5 {
    color: white;
    margin: 2px 0px 3px 0px; /*top right bottom left*/
    padding: 0px 0px 0px 0px;
}

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

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

@font-face {
    font-family: 'Acrylic';
    src: url('/fonts/Acrylic-1.0.0.otf');
}

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

@font-face {
    font-family: 'Pulsewidth';
    src: url('/fonts/Pulsewidth-1.0.0.otf');
}

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