body 
{
background-color: Cornsilk;
font-size: x-large;	
margin-left: auto;
margin-right: auto;
color: DarkRed;
font-family: Georgia, serif;
font-stretch: ultra-condensed;
}

h1 
{
font-size: 100px; 
color: DarkSlateBlue;
text-align: center;
}
h2
{
font-size: 100px;
color: DarkSlateBlue;
text-align: center;
}
img
{
border-color: white;
border: 4px Cornsilk;
}
a:link {
color: black;
}
a:visited {
color: black;
}
a:hover {
color: DarkSlateBlue;
}
a:active {
color: green;
}
summary
{
color: black;
}
li
{
list-style-type: none;
}

header
{
color: black;
text-align: center;
background-color: DarkRed;
font-size: 50px;
} 
figcaption
{
margin: 0 2.25vw;
}
caption {
color: black;
font-size: x-large;
}
