body {
	background-image: url("img/blackbird.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #90AC59;
	background-blend-mode: multiply;
	font-family: "Almendra";
}

header {
	background-color: #A69D6C;
	border: solid 5px #2D2C3C;
	border-radius: 5px;
	text-align: center;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	text-decoration-line: underline;
	font-size: 24px;
}

footer {
	background-color: #A69D6C;
	border: solid 5px #2D2C3C;
	border-radius: 5px;
	padding: 20px;
	width: 150px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

#bio {
	background-color: #A69D6C;
	border: solid 5px #2D2C3C;
	border-radius: 5px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	font-size: 18px;
}

#poem {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 35px;
    padding: 35px;
    font-size: 18px;
}

.stanza {
    background: #A69D6C;
    padding: 15px;
    border: solid 5px #2D2C3C;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

h3 {
	font-family: "Imperial Script";
}

h2 {
	font-size: 32px;
}

figure {
	font-style: italic;
}
