
body {
	background-color:teal;
	font-family: serif;
}

h1, h3 {
	text-align:center;
}

h1 {
	font-weight: 900;
	font-size: 40px;
}

h3 {
	font-weight: 500;
	font-size: 25px;
}

a {
	color: black;
	font-size: 25px;
}

a:hover {
	color: white;
}

ol {
	padding-top: 30px;
	font-size: 25px;
}

li {
	color: white;
	margin-top: 60px;
}

.homebutton {
	background-color: lightblue;
	margin: 22px;
	display:inline-block;
	padding: 69px;
	margin-top: 200px;
}

section {
	background-color: lightblue;
	padding: 10px;
}

.About, .Materials, .Steps, .Help, .Home {
	margin: 20px;
}

.watergif {
	position: fixed;
	z-index: -1;
	width: 100%;
	margin-top: 9px;
}

#material {
	width: 650px;
	margin: 20px;
}

#step {
	width:800px;
	margin: 20px;
}

ul {
	list-style:none;
	text-align: center;
	margin-top: 100px;
}

div {
	background-color: lightblue;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 40px;
}

p {
	padding-left: 120px;
	padding-right: 120px;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 3;
	text-align: center;
	font-size: 25px;
}

footer {
	position: fixed;
	right: 9px;
	bottom:5px;
}


