body, html{
	margin: 0;
	padding: 0;
	background: #000;
}
#bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:url('/assets/images/background-yakalou.jpg') no-repeat center / cover;
	opacity: 0.5;
}
main{
	display: flex;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
h1{
	font-family: helvetica, sans-serif;
}
a{
	text-decoration: none;
	color: inherit;
}
h1{
	font-size: 28px;
	text-align: center;
	color: #f1f1f1;
	text-shadow: 0 0 10px #000;
}
h1 span{
	display: block;
	font-size: 35px;
	margin-bottom: 15px;
}
@keyframes color-flow {
	0% {
		filter: drop-shadow(0 0 5px #4BB063) hue-rotate(0deg);
	}
	100% {
		filter: drop-shadow(0 0 5px #4BB063) hue-rotate(360deg);
	}
}
img{
	max-width: 90%;
	width: 350px;
	animation: color-flow 15s infinite linear;
	//filter: drop-shadow(15px 15px 10px #222);
	display: block;
	margin: 0 auto;
}
img.a{
	
}