/*you can start editing here enjoy*/


a:link {
	opacity: 0.7;
	text-decoration: none;
	color: gray;
}

a:visited  {
	text-decoration: none;
	color: lightgray;
}

a:hover {
	text-decoration: none;
	opacity: 1;
}




body {
	background-color: black;
	font-family: 'Roboto', sans-serif;
	padding: 0px;
	color: white;
}

article {
	background-color: #980023;
	padding: 10px;
	z-index: 2;
}

header {
	background-color: black;
	color: white;
	position: relative;
	bottom: 30px;
}

.author {
}

.time-stamp {
}

section {
	position: relative;
	-moz-column-gap: 25px;
	-webkit-column-gap: 25px;
	text-indent: 50px;
	text-align: justify;
	-moz-column-count: 3;
	-webkit-column-count: 3;
}

footer {
	background-color: black;
	padding: 10px;
	z-index: 2;
	position: relative;
	top: 20px;
	text-align: right;
}

address {
}

div {
}

h1 {
	text-indent: 0px;
	background-color: white;
	color: black;
	font-size: 52px;
}

h1.title {
	padding: 0px;
}

h2 {
	text-indent: 0px;
	background-color: white;
	color: black;
}

p {
}
