.attenzione{
    font-family: plank_X;
    font-size: 80px;
    animation-iteration-count: infinite;
    text-align: center; 
    color: white; 
    font-family: plank_X;
}

.prim{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.parag{
  font-family: zrnic_X;
  color: white;
  text-align: center;
  font-size: 30px;
}

.nome{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  /*margin-bottom: 0;
  background-color:#1a4ee3;*/
  color: white;
  text-align: center;
  font-family: zrnic_X;
  font-size: 20px;
}

button{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  font-size: 25px;
  font-family: zrnic_X;
}

#splashvid{ 
  position: fixed; 
  right: 0; 
  bottom: 0;   
  min-width: 100%; 
  min-height: 100%;
  z-index: -100; 
  width: auto; 
  height: auto;
  filter: blur(2px);
  opacity: 0.7;
  /*background: url(loop-hd.jpg) no-repeat;
  background-size: cover;
  z-index: 0;*/
}

.arcobaleno{
	width: 100%;
	height:25px;
	background-repeat:repeat-x;
	background: linear-gradient(to right, 
	#eb5252, 
	#f78f2f,
	#f4c151,
	#75d850, 
	#6284FF, 
	#eb5252
 	);
	animation: arcobaleno 45s linear infinite;
	background-size: 200% 100% !important;
	}
@keyframes arcobaleno{  
	0% {background-position: 0;}
	100% {background-position: 800% 0;}
	}