body {
    font-family: 'Courier Prime';
    background-color: #181818;
    color: #d5cfcf;
}
td.indexrowsize {
    padding: 10%;
}
td.indexcolname {
    padding-right: 1em;
    text-align: center;
}
  /* Preserve the default alignment for the Last Modified column */ 
td.indexcollastmod {
    align-self: right;
}
/* Align the Size column header label and make the column wider */
th.indexcolsize {
    padding-left: 3em;
    align-items: center;
    align-self: right;
}
a:link {
	text-decoration: none;
	color: #d5cfcf;
}
a:visited {
	text-decoration: none;
	color: #777;
}
a:hover, a:active {
	text-decoration: underline;
	color: rgb(19, 215, 22);
}
pre {
    font: 0.9em/1.3em "Courier Prime";
    margin: 3px 0;
    color: #d5cfcf;
}
pre img {
    display: inline;
    text-align: center;
    height: auto;
}
img {
    margin: 3px 0;
    text-align: center;
    vertical-align: middle;
}

.heading {
    padding: 20;
    display: flex;
}

.logo {
    height: auto;
    flex: 0;
}

.title {
    padding: 10;
    flex: 1;
    font-size: 80;
    height:25%;
}

.desc {
    padding: 10
}

.about_wrapper {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.about_filler {
    height: 100%;
    width: 100%;
}

.about {
    color: #39ff14;
    font-size: small;
    background-color: #000;
    padding: 2%;
    height: fit-content;
    width: 100%;
    flex-direction: column;
    bottom: 0;
}