html, body {
	height:100%;
	background: #000;
	font-size: 16px;
	font-family: sans-serif;
	color: #D0D0D0;
}

a {
	color: #c7c206;
	transition: 2s;
}

a img {
	transition: 2s;
}

 .center {
  text-align: center;
  margin: 0 auto 0 auto;
 }
 
a:hover {
	color: #D0D0D0;
	transition: .4s;
}

a:hover img {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.5); 
	box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.5);
	transition: .2s;
}

.conti {
	display:table;
	margin:3em auto;
	width:25%;
	max-width:200px;
	text-align: center;
}
.conti a {
	display:block;
	
}

 .copy {
	position: absolute;
	top: 1em;
	right: 1em;
  	display: table;
  	font-size: .5em;
  	color: #3D3D3D;
  	padding: 0;
 }

 .copy a {
  	color: #474747;
 }

 .copy a:hover {
  	color: #c7c206;
 }
