:root {
  --warning-red: #DF0000;
  --text-color: black;
}

@font-face {
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
}

body, html {
  height:100%;

}

html {
  background-image: linear-gradient(to bottom right, #121b1c, #88a1a3);
		background-attachment: fixed;
}

body {
	font-family: 'Arial';
	color: var(--text-color);
}
rt {
  font-size: 70%;
}
.content {
	font-size: 16px;
	width: 60%;
	margin: auto;
	text-align: left;
	border-style: solid;
	border-width: 4px;
	padding:10px;
	background-color: white;
}
.content h2, .content h4 {
	text-indent: 0;
}
.content a:visited, .content a:active, .content a:hover {
	color: grey;
	text-decoration:underline dotted;
}
.hi-sean {
  color: var(--warning-red);
  border: 3px solid var(--warning-red);
  padding-left: 5px;
  padding-right:5px;
  text-align: center;
  width: 80%;
  margin: auto;
}
.footer {
	text-align: center;
	font-size: 12px;
	padding-top:12px;
}
.header img {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.header {
	padding: 10px;
	margin: auto;
	text-align: center;
	width: 60%;
	border-style: solid;
	border-width: 4px;
	font-size: 14px;
	  background-image: linear-gradient(to bottom right, #2c4445, #88a1a3);
}