    body {
    	background-color: #121212;
    	color: white;
    	font-size: 15px;
    	font-family: "QTLetterGoth Regular"
    }
    a {
  		color: #a54cff;
	}
	a:hover {
  		color: violet;
	}
	h1, h2, h3, h4, h5 {
    	color: #ccff00;
    	line-height: 1.4;
    }
    p {
    	line-height: 1.4;
    }
    .tag {
    	font-size: 12px;
    	color: #ccff00;
    }
    
    .active{
    	color: violet;
    }
    
/* Two columns */
.column {
  float: left;
  width: 50%;
}

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


@font-face {
    font-family: "QTLetterGoth Regular";
    src: url(https://db.onlinewebfonts.com/t/628da9a104ac4e6e68b28a0dbad714a6.eot);
    src: url(https://db.onlinewebfonts.com/t/628da9a104ac4e6e68b28a0dbad714a6.eot?#iefix)format("embedded-opentype"),
    src: url("https://db.onlinewebfonts.com/t/628da9a104ac4e6e68b28a0dbad714a6.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/628da9a104ac4e6e68b28a0dbad714a6.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/628da9a104ac4e6e68b28a0dbad714a6.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/628da9a104ac4e6e68b28a0dbad714a6.svg#QTLetterGoth Regular")format("svg");
}
/* The sidebar menu */
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 160px; /* Set the width of the sidebar */
  border-right: 1px solid white; 
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

/* The navigation header */
.sidenav h2 {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  display: block; 
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  display: block;
}

/* Style page content */
.main {
  margin-left: 190px; /* Same as the width of the sidebar */
  padding: 0px 10px;
   margin-right: 30px; 
  padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .column {width: 100%;}
}

/* Style tables */
table, th, td {
  border: 1px dashed white;
  padding: 6px 8px 6px 16px;
  table-layout: fixed;
  border-collapse: collapse;
}
td {
    word-wrap: break-word;
    vertical-align: top;
}
