/*Why does so much stuff want to break and never work*/
html {

	font-family: Courier, sans-serif; 
	line-height: 1.5;
	font-size: 16px;

		background-image: url('images/wooden-desk.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
}

body	{
	margin: 0 auto;
  	padding: 1rem;
}

*	{
	box-sizing: border-box;
}

.sonnet 	{
	display: flex;
	gap: 1rem;
	flex-direction: row;
	flex-wrap: wrap;
	height: 350px;
}

/*
	z-index: 2;

	background-image: url('images/paper.jpg');
		background-repeat: no-repeat;
		background-attachment: ;
		background-size: contain;
		background-size: 400px;	
}*/

		#sl	{
			width: 50%;
			float: left;
			padding: 1rem;
			border: 4px;
			height: 450px;
		}

		#sr {
			width: 50%;
			float: right;
			padding: 1rem;
			border: 4px;
			height: 450px;
		}

section:nth-child(odd)	{
	background-image: url('images/paper.jpg');
	background-position: fixed;
	background-size: cover;
}

section:nth-child(even)	{
	background-image: url('images/paper.jpg');
	background-position: fixed;
	background-size: cover;
}

	p 	{
		font-size: 14px;
	}

			img	{
				float: left;
				margin-right: 2rem;
				border: 5px solid brown;
			}

h1 {
		text-align: center;
		text-shadow: 0px 3px 10px gold;
		font-family: Cedanvie Cursive;
	}

h2 	{
	text-align: center;
	font-size: 32px;
}

			a 	{
				text-decoration: none;
				color: inherit;
			}

			a:hover {
			 	color: yellow;
			}
