@charset "UTF-8";
html{
    background-color: skyblue;
    

}
body {
    color: ivory;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: grey;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-image: url("download.jpg") ;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
header{
    text-align: center;
    padding: 20px;
    
}
h1{
    text-shadow: 4px 6px 5px gray;
}
h2{ 
    font-size: 1.3em;
    text-shadow: 4px 6px 5px gray;
}
/*
nav{
    background-color: palevioletred;
    padding: 15px;
    text-align: center;
}
nav a{
    display: block;
    background-color: pink;
    line-height: 2.8em;
    text-decoration: none;
    text-align: center;
}
nav a :hover{
    background-color: lightcyan;
    color: black;

}
*/

nav li{
    display: block;
    width: 20%;
    float: left;
}
nav ul{
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

nav a{
    text-decoration: none;
    display: block;
    background-color: palevioletred;
    line-height: 2.8em;
    text-align: center;
}
nav a:hover{
    background-color: blueviolet;
}
a{
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: aqua;
}
main{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 35px;
}
main>img {
    width: 25%;
    padding: 25px;
    float: right;
}
body>footer{
    background-color: palevioletred;
    color: rgb(102, 102, 102, 0.6);
    font-size: 0.9em;
    line-height: 3em;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    clear: both;
}
ul{ 
    list-style-type: square;
}
header img{
    width: 300px;
    height: 200px;
}
#JesseDrake.png {
    width: 300px;
    height: 200px;
}