body {
	font-family: arial;
	font-size: 16px;
	background: cornflowerblue;
}

form {
	margin-bottom: 600px;
}

#youtubevideo {
	margin-left: 50px;
	border-style: solid;
	border-width: 5px;
	border-color: white;
	box-shadow: 5px 5px 5px;
	
}

h1 {
	text-align: center;
	margin: auto;
	padding: 75px;
}

h2 {
	text-align: center;
	text-decoration: underline;
	font-size: 30px;
}

ol {
  list-style-type: none;
  margin: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

ol li {
	display: inline-block;
	margin: 15px;
}

input {
	margin: 5px;
}

table {
	margin: 50px;
	padding: 50px;
	background-color: white;
	border-collapse: collapse;
	border-style: solid;
	border-width: 10px;
	border-color: black;
}

label {
	font-weight: bold;
	float: right;
	margin-right: 15px;
}

nav {
	float: left;
}

footer {
	display: inline-block;
}

th {
	
	margin-left: 150px;
	float: center;
	position: relative;
	margin-bottom: 10px;
	display: block;
	background-color: black;
	color: white;
	font-size: 30px;
}

#righttilt {
	transform: rotate(5deg);
}

#lefttilt {
	transform: rotate(-5deg);
}

#col1 {
	padding: 5px;
	font-weight: bold;
	text-align: right;
}

#col2 {
	padding: 5px;
	text-align: center;
}

#col1, #col2 {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

#listtext {
	position: absolute;
	width: auto;
	margin-left: 100px;
	margin-top: 80px;
	padding: 10px;
	background: lightgrey;
	border-radius: 10px;
}

#wrapper {
	width: auto;
	height: auto;
	margin: 120px;
	padding: 30px;
	background-image: linear-gradient(lawngreen, palegreen);
	border-radius: 25px;
	box-shadow: 10px 10px 10px grey;
}

#bodytext {
	width: auto;
	margin: 50px;
	padding: 25px;
	background: white;
	border-radius: 25px;
	line-height: 24px;
}

#formwrapper {
	float: right;
	position: relative;
	margin-right: 75px;
	display: inline-block;
}

#creativecommons {
	float: bottom;
	font-size: 12px;
	line-height: 24px;
	background: lightgrey;
	border-radius: 25px;
	margin-top: 30px;
	padding: 30px;
}
