@charset "utf-8";
/* CSS Document */

@keyframes blysk{
    0%{ opacity: 0; }
	100%{ opacity: 1; }
}