body {
	margin: auto 20%;
	text-align: justify;
	background-image: url(background.png);
}

header {
	margin:10px 20%;
	background-color: lightblue;
	text-align: center;
	border-radius: 15px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}

section {
	background-color: ivory;
	margin: 10px;
	padding: 20px;
	border: dashed 1px black;
	border-radius: 8px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}

footer {
	background-color: lightyellow;
	color: black;
	margin: 0 30%;
	text-align: center;
	border-radius: 8px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}

h1 {
	color: dimgrey;
}

#main {
	background-color: white;
	border: solid 2px dimgrey;
	border-radius: 8px;
}