@charset "utf-8";

@font-face {
    font-family: D-Din;
	
    src: url("Assets/D-DIN.otf") format("opentype");
}

@keyframes luciole{
	50% {opacity: 10%}
}

.luciole {
	animation-name: luciole;
	animation-duration: 1250ms;
	animation-iteration-count: infinite;
	
}
html {
	color:#FFFFFF;
	background-color:#000000;
	font-family: D-Din;
	font-size: 200%;
	letter-spacing: 0.4rem;
}
body {

}
video {
	height: auto;
	width: 100%;
}

.centre {
	position: absolute;
  	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  	margin: 0;
}

