@charset "utf-8";
body {
  background-color: #8C0D24
}
header {
  text-align: center;
  background-color: #D98E04;
  padding: 1px;
  color: #8C0D24;
  text-shadow: 10px 10px 5px #F22929;
  font-size: 20pt;
  font-family: "Quintessential", serif;
}
article {
  background-color: #F5C401;
  font-size: 14pt;
  height: 178px;
  font-family: 'Times New Roman';
  padding: 7.2px;
  border: solid 1px black;
  overflow: auto;
	font-family: "Roboto Flex", sans-serif;
}
a {
  color: darkblue;
  font-size: 15pt;
  line-height: 25px;
  padding: 5px;
  text-decoration: underline;
}
a:hover {
  background-color: #006600;
  color: white;
}
footer {
  background-color: #F22929;
  font-size: 15pt;
  color: antiquewhite
}
nav {
  float: left;
  width: 80px;
  height: 368px;
  clear: left;
  padding: 10px;
  background-color: #F5900C;
  font-family: "Metal Mania", system-ui;
  
}
h4 {
  text-align: center;
}
h3 {
  background-color: #F5C401;
  padding: 10px;
  font-size: 18pt;
  text-align: center
}
h2 {
	background-color: #F5C401;
  padding: 5px;
  font-size: 18pt;
  text-align: left
}