
body {
  background-color: black;
  color: white;
  font-family: 'basiic';
  width: 170px; 
  height: auto;
  
  cursor: url(https://cur.cursors-4u.net/symbols/sym-7/sym634.ani), url(https://cur.cursors-4u.net/symbols/sym-7/sym634.png), auto !important; /* Start https://www.cursors-4u.com */ 
}

.card { /* main box, margin is outside border, padding is inside border*/
  border: hidden;
  background-color: black;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 104px;
  width: 165px;
  scrollbar-color: #FFA1FB black;
  z-index: 1;
  font-size: 16px;
}

.cardtwo { /* main box, margin is outside border, padding is inside border*/
  border: hidden;
  background-color: black;
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 1;
  font-size: 16px;
  padding-top: 5px;
  margin-top: 5px;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

.qucolumn { /* quarter column / split */   
  float: left;
  width: 25%;
}

.halfcolumn { 
  float: left;
  width: 50%;
}


 
 /*links*/
a {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
  text-decoration: none;
  color: #FFA1FB;
}




/*header*/
h3 {
    color: white;
    font-family: 'basiic';
    font-size: 18px;
    text-align: left;
    padding: 2px 2px 2px 2px;
}

h4 {
    color: white;
    font-family: 'basiic';
    font-size: 18px;
    text-align: left;
    padding: 2px 2px 2px 2px;
}

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

  
h6 {
    color: #ffc9f3;
    margin: 2px 0px 2px 0px; /*top right bottom left*/
    padding: 2px 2px 0px 2px;
} 


p { 
  margin: 10px 3px 10px 3px; /*top right bottom left*/
  }




/*fonts*/


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

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


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