
body{
	text-align: center;
	background: #111;
}
svg#logo{
	fill: #F30;
	display: inline-block;
	position: absolute;
	width: 50vmin;
	height: 50vmin;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

object#flash{
	position: fixed;
	left:50%;
	top:50%;
	width: 125vw;
	height: 125vh;
	min-width: 223vh;
	min-height: 70.4vw;
	transform: translate(-50%,-50%);
	/*filter: blur(1px);*/
	z-index: -99;
	visibility: visible;
}
