header{
	width:auto; height: auto;
	float: left;padding-left: 0px;width: 100px;

}

h1{
	color: blueviolet; font-family: "Roboto:ital", serif;
	text-align:left;font-size: 30px;
}
body{
	height: 100vh;
	background: linear-gradient( to left,greenyellow,skyblue);
}

footer {
clear: both;text-align: center;color: blueviolet;font-family: Roboto:ital;
text-decoration: none;padding-top: 10px;
} 
nav{
	font-size: 20px;margin: 50px;padding: 0px 100px;box-sizing: border-box;
	width: 100%;height: 75px;line-height: 10px;position:fixed;
}
p
{font-size:15px;
	float: left;
	color: blueviolet;
}
nav ul{
	float: right;
}
nav li{
	display: inline-block;
	list-style: non;
}
nav li a{
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px 30px;color:blueviolet;
	text-decoration: none;
}
nav li a:hover{
	color: red;
}