body{
background-image: url('assets/colorclink.gif');
background-repeat: repeat-x;
  background-color: white;
    padding-left:15px;
    padding-right:55px;
      padding-top:0px;

  }

h1 {
font-family: serif;
word-spacing: 2px;
font-weight: normal;
text-decoration: none;
font-style: normal;
font-variant: normal;
color: #0000d8;
opacity: .4;
padding-left: 10px;
padding-right: 5px;
margin-left: 50px;
margin-right: 50px;
text-shadow: 1px 1px 10px  yellow;   
-webkit-animation:comet 15s  ease-out infinite; /* Chrome, Safari */
animation:comet 15s ease-out infinite;
animation-direction: normal;
box-shadow: 1px 1px 4px black, 1px 20px 20px 5px blue, 0 15px 1px darkblue;

}

@keyframes comet {

0% {
filter: hue-rotate(0deg);
}

40% {
 filter: hue-rotate(360deg);
}

100% {

filter: hue-rotate(0deg);
}
}


#back {
  z-index: -1;
}

img {
  width:50%;
  min-width: 70%;
  max-width: 50%;
  margin-left: 50px;
  margin-bottom: 35px;
  box-shadow: 1px 1px 6px black, 1px 1px 1px 1px blue, 5px 5px 5px magenta;
}

