body {
	background-image: url("images/backgroundimage.jpeg");
}


.name {
	text-align: center;
	font-size: 50px;
	text-shadow: 2px 2px 5px red;
}
div {
	padding:15px;
	background-color:grey;
	border-style: solid;
}
.topnav{
	overflow: hidden;
	background-color: grey;
	border-style: solid;
	width:100%;


}
.topnav a {
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 20px 22px ;
	text-decoration: none;
	font-size: 20px;
	border-style: solid;
	background-color: lightblue;
	width:33.3333%;

	
}
.topnav a:hover {
	background-color: white;
	color:black;
}


.from {
	text-align: center;
	font-size:50px;

}

body {
	background-color: lightblue;
	font-family: Arial;
}
h5 {
	text-align:center;
	font-size: 15px;
}

.hometowndes{
	font-size: 50px;
	font-family: Arial;
	text-align:center;
}
.rushtext{
	font-size:45px;
	font-family:Arial;
	text-align: center;
	width:1000px;
	display: block;
	margin-left:auto;
	margin-right:auto;

}
.firstpic {
	display:block ;
	margin-left:auto;
	margin-right:auto;

	width: 400px;
	height: 700px;

	border: 5px solid black;

}


.ytown {
	width:50%;
	border: 5px solid black;
}
.csgo {
	border: 5px solid black;
	width: 40%;
}
.rush {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width:35%;
	
}

* {
	box-sizing:border-box;
}
