body {
 background-color: #000000;
 line-height:1.5em;
 font-family:Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

.navbar {
    color: #FFE4B5 !important;
    font-family: Consolas, monaco, monospace;
}

.a:link {
    color: #FFE4B5 !important;
}

a:visted {
    color: #A784A8;
}

h1,
p {
 color:#FFFFFF;
 line-height: 14px;
 font-family: 'Courier New', Courier, monospace;
}

::selection {
 background:#BE0C0C;
}

ul {
    color: #FFFFFF;
    list-style: none;
}



ul#links li.twitter {
    list-style-image: url('../images/twitter.png');
	margin: 0;
	padding: 12px 0 12px 2em;
	list-style: none;
	background-image: url("../images/twitter.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 1.5em;
}

ul#links li.gitea {
	background-image: url("../images/gitea.png");
	padding: 12px 0 12px 2em;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 1.5em;
}


ul#links li.discord {
	background-image: url("../images/discord.png");
	padding: 12px 0 12px 2em;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 1.5em;
}


.footer-text {
    text-align: center;
    position: fixed;
    bottom:  0px;
    width: 100%;
    font-size: 0.5em;
}
