a{
	cursor: url("skull_cursor.png"), auto;
}

body{
	background-color: black;
	color: white;
	cursor: url("raven1_cursor.png"), auto;
	text-align: center;
}

h1{
	color: cyan;
	display: inline-block;
	font-family: sans-serif;
	font-size: 4em;
	margin: 0em;
	text-align: center;
}

h1:hover{
	color: red;
}

h2{
	color: cyan;
	font-family: sans-serif;
	font-size: 1.7em;
	margin: 0em;
}

p{
	font-size: 1.2em;
}

#header{
	margin: 2em auto;
}

#header a{
	text-decoration: none;
}

#header p{
	margin: 0em;
}

#navigation div{
	display: inline-block;
	font-size: 1.2em;
}

.backButton{
	color: cyan;
}

.backButton:hover{
	color: red;
}

.button{
	background-color: white;
	border-radius: 0.2em;
	color: red;
	font-family: monospace;
	margin: 0.1em;
	padding: 0.3em 0.5em;
}

.button:hover{
	background-color: red;
	color: black;
}

.channel{
	color: cyan;
	font-family: monospace;
	font-size: 1em;
	max-width: 225px;
	padding-top: 8px;
}

.label{
	align-items: center;
	display: flex;
	font-size: 1.2em;
	height: 22px;
	justify-content: center;
	max-width: 225px;
	padding-top: 11px;
}

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

.thumbnail{
	border: 0.2em solid red;
	border-radius: 0.5em;
	cursor: url("skull_cursor.png"), auto;
	display: inline-block;
	margin: 1em;
	padding: 1em;
}

.thumbnail:hover{
	border-color: white;
}