body{
	font-family: Trade Winds;
	font-size: 25px;
	background-color: black;
}

#wrapper {	
	width:1000px; 
	margin:20px auto; 
	padding-top:30px;
	padding-left:20px;
	padding-bottom:20px;
	text-align:center;
	background: white ;
}

.stanza {
	width: 800px;
	margin: 0 auto;
	font-family: georgia, "times roman", serif;
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 0px solid white;
}
aside {
	text-align: left;
	font-family: georgia, "times roman", serif;
}
}

h2{ 
	font-family: georgia, "times roman", serif;
}

a:link {
	color: #B257EB;
	text-decoration: none;
}

a:hover{
	color: green;
}

footer {
	text-align:left;
}