body{
background-image: url("skin.jpg");

text-decoration: white;

}
nav{
	margin-left: 23%;

	width: 100%;
	position:  flex;
	
	left: 0;
	padding: 20px 8%;
	display: flex;
	align-items: center;
	justify-content: space-between;

}
nav ul li{
	list-style: none;
	display: inline-block;
	margin: 40px;
	
}
nav ul li a {
	font-size: 25px;
		list-style: none;

	text-decoration: none;
	text-decoration: white;


}



a:link{
	color: white;
}
a:visited{
	color: white;
}
nav ul li a {
	font-size: 25px;
	c

	text-decoration: none;
	text-decoration-color: #fff;


}
.tittle{ 
	color: #ffffff;
	font-size: 100px;
	text-align: center;
	padding: 25px;

}
.text{
	color: #ffffff;
	text-align: center;
	font-size: 40px;
}
.city{
	color: #ffffff;
	text-align: center;
	font-size: 40px;
}
ul li{
	color: #ffffff;
	text-align: center;
	font-size: 30px;
	padding: 20px;
	list-style: none;
}
.logo{
	text-align: center;
}
.table{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #ffffff;
}
h1{
	font-size:55px;
	color: #ffffff;
	text-align: center;
}
h2{
	font-size: 45px;
	color: #ffffff;
	text-align:center;
}
table td{
	padding: 15px;
	font-size: 35px;

	color: #ffffff;

}
table tr{
		margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: center;
	align-content: center;

}
table{
	margin-right: auto;
	margin-left: auto;
}

}