body{background-color:cornsilk}
#content {
/* background-color:white; */
color:black;
width:95%;
max-width: 45rem;
}
h1{
color:#001e33;
font-variant:small-caps;
font-size:1.8rem;
}
h2{color:black;font-variant: normal;}

a:link {
	text-decoration: none;
	color: #000;
 font-variant:small-caps;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}

@media only screen and (min-width:550px) {
 #content {border-radius: 1rem}
}
@media only screen and (min-width:960px) {
#content {max-width: 43rem}
}
