body {
	background-image: <img src="img/blackbird2.jpg" alt="Blackbird2." width="400" height="400">
	background-repeat: no-repeat;
	background-size: cover;
	background-color: yellow;
	font-family: "fantasy;";
	text color: white;
}

header {
	background-color: darkred;
	border: solid 13px darkblue;
	border-radius: 7px;
	text-align: center;
	box-shadow: 3px 2px 7px ;
	text-decoration-line: overline;
	font-size: 21px;
}

footer {
	background-color: yellow;
	border: solid 5px indianred;
	border-radius: 7px;
	padding: 20px;
	width: 150px;
	box-shadow: 2px 2px 5px rgba;
}

#bio {
	background-color: darkred;
	border: solid darkblue; 5px ;
	border-radius: 5px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	box-shadow: 2px 2px 5px;
	font-size: 16px;
}

#poem {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 25px;
    padding: 30px;
    font-size: 15px;
}

.stanza {
    background: yellow;
    padding: 15px;
    border: solid 5px darkred;
    border-radius: 5px;
    box-shadow: 2px 2px 5px;
}

h3 {
	font-family: "fantasy;";
	text color: darkred;
}

h2 {
	font-size: 32px;
}

figure {
	font-style: italic;