body 
{
	overflow: hidden;
}

#icon
{
	margin-top: 10vh;
	height: 35vh;
	width: 50vw;
}

nav 
{
	align-content: center;
	font-family: "Roboto";
	font-weight: bold;
	font-size: 60px;
	left: 0px;
	right: 0px;
}

body, html
{
	height: 100%;
	text-align: center;
}

ul
{
	margin-top: 10px;
	list-style-type:none;
	text-align: center;
	padding: 0px;
}

a
{
	height: 100%;
	width: 100%;
	color: black;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: rgb(226, 66, 66);
	transition: all ease 0.3s;
	transition-property: color;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
a:focus
{
	text-decoration: none;
	color: rgb(226, 66, 66);
}