body{
    background-color: deeppink;
}

h1{
    background-image:url("bg.gif");
    font-family: 'Helvetica', sans-serif;
    font-size: 4.5em;
    color: aliceblue;
    line-height: 1.5em;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
}

h2{
    background-image:url("bg2.gif");    
    text-align:center;
    color: yellow;
    font-size: 3em;
    line-height: 1.3em;
}

h3{
    text-align: center;
    font-size: 3em;
    text-decoration: underline;
    text-transform: uppercase;
    font-style: italic;
    line-height: .3em;
}

img {
    display: block;
    margin: auto;
    width: 40%;
}

ul {
  list-style-type: none;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  position: relative;
  padding-left: 0;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
}

a{
    color: white;
    text-decoration: none;
}

a:hover{
    color: aqua;
    text-shadow: 0 9px 10px rgba(0, 0, 255, 0.5);
    font-style: italic;
    background-image:url("hbg.gif");


}

.information{
    text-align: center;
    line-height: 2em;
    font-weight: bold;
    color: white;
    font-size: 1.1em;
}