html {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	background-image: linear-gradient(to bottom right, pink, palevioletred);
}

body {
	position: relative;
}

main h2 {
	text-decoration-line: underline;
}

aside p {
	margin: 0 auto;
	width: 500px;
}

.sonnet p {
	background-image: url("images/paper.jpg");
	width: 500px;
	margin: 0 auto;
	color: black;
	font-weight: bold;
	position: relative;
	bottom: 25px;
	font-family: Verdana, sans-serif;
}