	.header{
	margin: 0px 0px 0px 250px;
	color: white;
	display: flex;
	}
	body{
	background: url("car.gif");
	background-size: 100%;
	}
	.nav{
		float: left;
		position: fixed;
		text-align: center;
		font-size: 20px;
		color: white;
		margin: 0 0 0 3px;
		border-width: 3px;
		border-color: white;
		border-style: dashed;
	}
	a:link{
	color: white;
	background-color: transparent;
	text-decoration: none;
	}
	a:hover{
	color:white;
	background-color: black;
	text-decoration: underline;
	}
	a:visited{
	color:white;
	background-color: black;
	text-decoration: none;
	}
	a:active{
	color:white;
	background-color: black;
	text-decoration: none;
	}
	.Home:link{
	color: white;
	background-color: transparent;
	text-decoration: underline;
	}

	.Home{
	font-size:20px;
	}
	.Zoid{
	font-size: 16px;
	}
	.about{
		font-size: 20px;
		color: white;
		display: flex;
		margin: 0 0 0 250px;
		width: 400px;
		flex-direction: column;
	}