@charset "utf-8";
/* CSS Document */

html {
	background-color: aqua;
}

main {
	background-color: white;
	margin-bottom: 6em;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 1em;
}

ul{
	list-style: none;
	text-align: right;
	margin-right: 1em;
}

nav {
	text-decoration: none;
	margin-left: 5em;
	font-size: 30px;
}

h1 {
	color: black;
	font-size: 90px;
	text-align: center;
	padding: -1em;
	margin: 0.1em;
}

body {
	text-align: center;
	font-size: 20px;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visted {
	text-decoration: none;
}

img {
	alignment-baseline: left;
}









