body {
	font-family: "Visby Rounded", Sans-serif, Arial;
	color: #333;
	background-color: #f9f9f9;
	position: relative;
	overflow-x: hidden;
}

header {
	background-color: #497A74;
	position: relative;
	overflow-x: hidden;
}

a {
	color: #497A74;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
