@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.txt_1 {
    color: #000;
    font-family: "Aladin",cursive,"google";
    font-size: 36px;
  animation: textshadow 8s infinite alternate; 
}

@keyframes textshadow {
	0%   { text-shadow: 1px 1px 0px #333 }
	10%   { text-shadow: 3px 3px 2px #333 }
	20%  { text-shadow: 9px 10px 6px #999 }
	40%  { text-shadow: 10px 15px 6px #ccc }
	60%  { text-shadow: 0px 10px 4px #ccc }
	80%  { text-shadow: -10px 8px 3px #ccc }
	100%  { text-shadow: 1px 5px 1px #eee }
}

.txt_2 {
    color: #F00;
    font-family: "Brush Script MT", cursive;
    font-size: 36px;
}

.txt_3 {
    color: #000;
    font-family: "Aladin",cursive,"google";
    font-size: 16px;
}

body {
  background-image: url('bkgimg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}