@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geo:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap');
a {
font-size: 13pt;
line-height: 30px;
text-decoration: none;
padding: 5px;
color: #ffffff;
font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
a:visited {
	color: #FFC600;
}
a:hover {
color: #ffffff;
background-color: #00FF15;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #0975E8;
}
nav {
background-color: #FF1D21;
padding: 5px;
text-align: center;
display: block;
width: 710px;
border: solid 5px #000000;
font-size: 20px;
}
article {
font-size: 12pt;
color: #0E2666;
background-color: #ED292C;
text-align: justify;
padding: 10px;
height: 500px;
width: 335px;
overflow: auto;
border: solid 3.5px #000000;
font-family: "Geo", sans-serif;
  font-weight: 400;
  font-style: normal;
}
header {
background-color: #B7070A;
text-align: center;
float: left;
width: 720px;
border: solid 5px #000000;
}
h1 {
line-height: 70px;
color: #2072D3;
text-shadow: 10px 10px 5px #4F070A;
font-size: 70px;
font-family: "Zen Dots", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h2 {
text-align: center;
}

section{ 
	margin: auto;
	width: 730px
}
h2 {
	text-decoration: underline
}