html {
background: url(http://wallpapercave.com/wp/iW8zwka.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#marquee {
  border-color:#FF9900;
  float:right;
}

#div1 {
  height:40px;
  width:425px;
}

#d1:hover {
  background-color:#003399;
}
#d2:hover {
  background-color:#003399;
}
#d3:hover {
  background-color:#003399;
}
#d4:hover {
  background-color:#003399;
}

#d1 {
  height:20px;
  width:100px;
  border:0.5px solid black;
  text-align:center;
  background-color:#831fe0;
  border-radius:5px;
  float:right;
  shadow:#7a7a7a 2px 2px 0;

}
#d2 {
  height:20px;
  width:100px;
  border:0.5px solid black;
  text-align:center;
  background-color:#831fe0;
  border-radius:5px;
  float:right;
  shadow:#7a7a7a 2px 2px 0;

}
#d3 {
  height:20px;
  width:100px;
  border:0.5px solid black;
  text-align:center;
  background-color:#831fe0;
  border-radius:5px;
  float:right;
  shadow:#7a7a7a 2px 2px 0;

}
#d4 {
  height:20px;
  width:100px;
  border:0.5px solid black;
  text-align:center;
  background-color:#831fe0;
  border-radius:5px;
  float:right;
  shadow:#7a7a7a 2px 2px 0;

}

#space {
  height:20px;
  width:3px;
  background:url(http://wallpapercave.com/wp/iW8zwka.jpg);
  float:right;
}

li {
  font-family:cursive;
  font-style:italic;
}

@keyframes blink {
  0% {
    color: violet;
  }
  14.3% {
    color: indigo;
  }
  28.6% {
    color: blue;
  }
  42.9% {
    color: aqua;
  }
  57.2% {
    color: blue;
  }
  71.5% {
    color: indigo;
  }
  85.8% {
    color: violet;
  }
  100% {
    color: violet;
  }
}

@-webkit-keyframes blink {
  0% {
    color: violet;
  }
  14.3% {
    color: indigo;
  }
  28.6% {
    color: blue;
  }
  42.9% {
    color: aqua;
  }
  57.2% {
    color: blue;
  }
  71.5% {
    color: indigo;
  }
  85.8% {
    color: violet;
  }
  100% {
    color: violet;
  }
}

h1 {
  animation: blink 20s linear infinite;
  -webkit-animation: blink 20s linear infinite;
  font-size:35px;
  font-family:Romanji Impact Sans-serif;
  letter-spacing:3px;
  text-shadow:#7a7a7a 2px 2px 0;
}

#h22 {
  animation: blink 20s linear infinite;
  -webkit-animation: blink 20s linear infinite;
  font-size:25px;
  font-family:Romanji Impact Sans-serif;
  letter-spacing:3px;
  text-shadow:#7a7a7a 2px 2px 0;
}

a {
  color:#69FDF3;
  text-decoration:none;
}
