body {
   font-family: Arial, gadget, sans-serif;
   margin: 0 auto;
   max-width: 1000px;
   background-color: #101010;
   position:relative;
}

page-container {
   position: relative;
   min-height: 100vh;
}

content-wrap {
   /* padding-bottom: 1px;  Footer height */
   height: auto;
   margin: 0 auto -80px; /* footer height + space */
   min-height: 100%;
   padding: 0 0 80px; /* footer height + space */
   box-sizing: border-box;
   overflow: auto;
}

h1 {
   font-size: 2em;
   font-weight: normal;
   color: #99cc66;
   /* font-style: italic; #6cac4d */
   border-bottom: 1px solid #5c5c5c;
}

p {
   font-size: 1.30em;
   color: #a0a0a0;
   }

.hash {
   font-size: 0.70em;
   color: #2e2e2e;
   }		
	
a {
   font-size: 1.30em;
}

 a:link {
    color: #ffffff;
 }
 a:visited {
    color: #ffffff;
 }
 a:hover {
    color: #99cc66;
    font-weight: bold;
 }
 a:active {
    color: #429f14;
    font-weight: bold;
 }

ul {
   list-style: none
}

ul li::before {
   content: "\2023";
   color: #429f14;
   font-weight: bold;
   display: inline-block;
   width: 1em;
   margin-left: -1em;
   margin-right: 0.5em;
}

footer {
   height: 60px; /* Footer height */
   padding-top: 120px;
   /* padding bottom: 10px; */
   display: block;
   margin-top: 95px; /* space between content and footer */
   /* margin-bottom: 10px; */
   box-sizing: border-box;
   vertical-align: bottom;
   position: relative;
   right: 0;
   bottom: 0;
   left: 0;
   /* padding: 1rem; */
}
