:root {
  --warning-red: #DF0000
}

body {
	font-family: 'Fira Mono', monospace;
	color: white;
	background-color: black;
}
rt {
  font-size: 70%;
}
.content {
	font-size: 14px;
	border-left: 4px solid white;
	padding-left: 5px;
	max-width: 75%;
	text-align: left;
}
.content h2, .content h4 {
	text-indent: 0;
}
.content a:link {
	color:white;
}
.content a:visited, .content a:active, .content a:hover {
	color: grey;
}
.hi-sean {
  color: var(--warning-red);
  border: 2px solid var(--warning-red);
  padding-left: 5px;
}
.footer {
	text-align: center;
	font-size: 12px;
}
.header img {
	height: auto;
	filter: invert(1);
}
.header {
	padding: 5px;
	width: auto;
	border-style: solid;
	border-width: 4px;
	font-size: 14px;
}
.header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #000;
  }
  
 .header li {
	float: left;
  }
  
 .header li a {
	display: block;
	text-align: center;
	padding: 8px 14px;
	text-decoration: none;
	color: white;
  }
  
 embed {
  display: block;
  margin-left: auto;
  margin-right: auto;
 }
  
  /* Change the link color to #111 (black) on hover */
 .header li a:hover {
	background-color: #FFF;
	color: #000;
  }

  .spacer {
	  width: 2px;
	  background-color: white;
	  padding: 8px 0px;
  }