@charset "utf-8";
/* CSS Document */

body {
	background-color: black;
}
header {
	width: 100%;
	top: 0px;
	padding: 1.5em;
	position: absolute;
}
h1 {
	
}
.image-blurred-edge {
	background-image: url("images-2/omega-symbol-word.jpg");
	width: 200px;
	height: 200px;
	box-shadow: 80px 80px 80px 80px white
}
p {
	color: rgba(0,171,255,1.00);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
a {
  color: hotpink;
	/* unvisited link */
}
a:link {
  color: hotpink;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
}
twitch-chat-embed {
	position: fixed;
	right: 0;
}