
.items {

	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif , sans-serif;
  display: flex;
	flex-wrap: wrap;
}

.socials {
text-align: center;
}

body{

	font-size: 17px;
	font-family: Calibri, sans-serif;
	color: white;
}

.page {
	padding: 14px;
	background: #FFF;
	background: #000;
}

.page h1:first-child {
	margin-top: 0;
}

.logo {
	text-align: center;
}


	
	

.blog{
	margin-top: 40px;
	
}
span{
	margin-top:-20px;
	margin-right: 120px;
	padding:20px;
}

h1 {
	text-align: center;
	padding: 10px;
	background: -webkit-linear-gradient(45deg, #00e1ff 0%, #00ffbf 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
	margin-top: 7px;
	border-image: linear-gradient(to right, #00e1ff 0%, #00ffbf 100%) 1;
	border-bottom: 1px dashed;
}

h2, h3, h4 {
	background: -webkit-linear-gradient(45deg, #00e1ff 0%, #00ffbf 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-align: left;
	margin-top: 7px;	
}


.player{
	align-items: center;

}

a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}