::root{
   --green : #00ff00;
}
body{
	margin: 0;
	background: #eee;
}
header{
	height: auto;
}
.navbar h1{
	margin: 0;
	text-align: center;
	padding: 20px 0;
	font-size: 2.7em;
}
.navbar ul{
	display: flex;
	justify-content: space-evenly;
	list-style-type: none;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	cursor: pointer;
	background: #fff;
	/*font-family: 'Righteous', cursive;*/
}
.navbar ul li{
	font-size: 18px;
/*	font-family: vendana;*/
   font-weight: normal;
}
.navbar ul li a{
	color: #999;
}
.website-name{
	text-align: center;
	padding: 3% 1%;
	background: #fff;
	/*border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;*/
/*	font-variant: small-caps;
	font-family: 'Righteous', cursive;*/
	/*letter-spacing: 2px;*/
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
}