@import url('https://fonts.googleapis.com/css?family=Cookie');


#days {
  font-size: 50px;
  color: #FFF;
  text-align: center;
  letter-spacing: 3px;
}

.drop {
	position: fixed;
	top: 0;	
	z-index: 9999;
  opacity: 0;
  	width: 100%;
}
.snow {
	height: 8px;
	width: 8px;
	border-radius: 100%;
	background-color: #FFF;
  box-shadow: 0 0 10px #FFF
}


.animate {
	animation: falling 8.5s infinite ease-in;	
}


@keyframes falling {
	0% {top: 0; opacity: 1;}
	100% {top: 1500px; opacity: 0}
}
@media only screen and (max-width :767px) {
 .snta{

    top: 60px!important;
    width: 150px!important;

}
}