	body{
	background-color: black;
	background-image: url("bg.gif");
	font-family: "Geist Mono";
	}
	.tuffheader{
	color: white;
	width: 500px;
	font-size: 20px;
	font-family: "Geist Mono";
	text-align: left;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	
	}
	.header{
	text-align: left;
	display: flex;
	margin: 0 0 0 250px;
	}
	.Bio{
	font-size: 15px;
	color: white;
	text-align: left;
	margin: 0 0 0 10px;
	width: 500px;
	flex-direction: column;
	}
	.everything{
		margin: 0 0 0 250px;
	}
	.name{
	font-size: 15px;
	color: white;
	text-align: left;
	display: flex;
	margin: 0 0 0 5px;
	width: 450px;
	text-decoration: underline;
	}
	.car{
		display: flex;
		width: fit-content;
	}
	.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;
		word-wrap: break-word;
	}
	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;
	}
	.everything{
	display: flex;
	
	}
	
	