html {
        background: url(images/final.jpg);
        background-size: cover;
}

body {
    margin: 0;

}
    

article {
    font-family: Playball, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: x-large ;
    margin: 80px auto 0;
    width: 600px;
}

.float {
    float: right;
    margin: 0;
    font-family: Playball, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 2.5em;
    font-weight: lighter;
    margin: 7px 40px 0 0;
}

h1 {
    font-family: Playball, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 3em;
    padding-left: 30px;
    margin: 8px;
    font-weight: lighter;
    color: #551A8B
}


footer {
    font-family: Playball, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

li {
    display: block;
    transition-duration: 0.5s;
    position: relative;
   }
   
   li:hover {
     cursor: pointer;
   }
   
   ul li ul {
     opacity: 0;
     position: absolute;     
   }
   
   ul li:hover > ul,
   ul li ul:hover {
     visibility: visible;
     opacity: 1;
     display: block;
     margin-top: 15.1px;
     
     
   }
   
   ul li ul li {
     clear: both;
     width: 100%;
     background-color: rgb(199, 200, 202, .64);
     padding: 5px;
     font-size: .8em;
     
    
   }
   
   a {
    text-decoration: none;
  }

a:link {
    color: black;
}

.dropdown {
    margin: 0;
}

ul {
    margin-top: 10px;
}

a:link {
    color: rgba(128, 0, 128, 0.856);
}
     
a:hover {
    color: grey;
} 



