body{
backdrop-filter: blur(10px);
	width:100%;
	min-height:1000px;

}
header{
	padding-top:10%;
	text-align:center;
	background: linear-gradient(
    to right,
    hsl(200deg, 100%, 60%),
    hsl(359deg, 80%, 5%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: 'Lora';



}
h1{
margin-top:5%;
	font-size:5em;

	transition: .5s linear;
}
h1:hover {


	font-size:5.5em;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}
h2{
	margin-top:5%;
	font-size:2em;
	text-align:center;
	transition: .5s linear;
}
h2:hover {
	font-size:2.2em;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}
.social a{
	margin-top:5%;
	color:white;
	text-decoration: none;
	font-family: 'Lora';
	text-align:center;
	font-size:1.1em;
	transition: .5s linear;
}
.social:hover{
	font-size:1.2em;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}
.social{
	text-align:center;
	color:white;
}
