/*--- FOGLIO DI STILE PAGINE UNITA' DIDATTICHE ---*/
/*--- Copyright (2020) Vindice Deplano. All rights reserved. ---*/

html{
	background-color: #000000;
}

body{
	background-color: #000000;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 0px;
}

iframe{
	border-style: none;
	position: absolute;
}

div{
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	opacity: 1;
}

canvas{
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	opacity: 1;
}

img{
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	opacity: 1;
}

.lampeggio{
	animation-name: lampeggio;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: forwards;
	animation-play-state: paused;
}

@keyframes lampeggio {
	from {opacity: 1;}
	to {opacity: 0;}
}
