body {
	background-color: black;
	color: white;
	font-size: 1.2rem;
	text-align: justify;
	font-family: sans-serif;
}

p {
	text-indent:40px;
}

h1,h5 {
	text-align: center;
}

a {
	color: grey;
}

a:hover {
	color: lightgrey;
}

img {
	border: .15rem solid white;
	max-width: 75%;
	height: auto;
  margin: 2rem;
  display: block;
	margin-left: auto;
	margin-right: auto;
}

footer {
	font-size: .9rem;
	font-style: italic;
	text-align: center;
	text-decoration: none;
}

.category {
  font-size: 1.3rem;
	font-weight: bold;
	text-decoration: underline;
}

.disclaimer {
	font-style: italic;
	text-align: center;
	background: #222222;
	padding: .25rem;
}

.home {
	color: white;
	text-decoration: none;
}

.pgp{
  font-size: .9rem;
  text-align:center;
}