@charset "utf-8";
body {
	background-image: url("images/artboard.png");
	background-size: cover;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color: black;
	
}
main {
	max-width: 560px;
	font-size: 19px;
	margin-left: 27px;
	padding-top: 300px;
}


div.image{
	float:left;

}
nav {
	float: left;
	padding-top: 80px;
	
}

nav ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
}
nav ul a{
	display: block;
	padding: 25px;
	font-size: 30px;
	text-decoration: none;
	color: darkcyan;
}
nav ul li a:hover {
	color: ghostwhite;
}

.two{
	height: 400px;
	min-width: 650px;
	overflow: scroll;
	overflow-x: hidden;
}