body{
	background-color: black;
}

p{
	color: #e5ffde;
	font-family: Basiclittletext;
}

h1{
	color: green;
	font-family: Awesome;
}

h2{
	color: green;
	font-family: Important;
}


h3{
	color: green;
	font-family: Basiclittletext;
}

a:link {
  color: green;
  font-size: 20px;
}

a:visited {
  color: green;
  font-size: 20px;
}

a:hover {
  color: #56f756;
}

a:active {
  color: #56f756;
}

label{
	color: white;
}

.post{
	background-color: #001a00;
	display: block;
	width: 843px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 32px 8px;
	border-radius: .5em;
}

.loadingGif{
  display: block;
  background: url(/res/loading.gif) no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}

#loadMore {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 0px;
  width: 125px;
  height: 35px;
  background-color: #001a00;
  border-radius: .5em;
  font-size: 20px;
  font-family: Basiclittletext;
  text-align: center;
  padding-top: 9px;
  color: #e5ffde;
  user-select: none;
}

.popup-background {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.details {
  max-width: 875px;
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 15px;
  background-color: #0c0c0c;
  border-radius: .8em;
}

@font-face{
	font-family: Basiclittletext;
	src: url(/res/CreatoDisplay-Medium.otf);
}

@font-face{
	font-family: Important;
	src: url(/res/Bison-Bold.ttf);
}

@font-face{
	font-family: Awesome;
	src: url(/res/Jacksilver.ttf);
}