h1{
    color: #99b3e6;
    text-align: center;
    font-family: monospace;
    font-size: 35;
    padding-top: 5%;
    padding-bottom: 5%;
    }



    body{
    background-image: url("../Images/background.gif");
    background-repeat: no-repeat;
    background-size: cover;
    }
    


a{
    font-size: 20 
    }

h2{
    font-size: 28;
    margin-left: 5;
    margin-right: 5;
    text-align: center;
    font-family: monospace;
    color: azure;
    text-align: center;
}


h3{
    font-size: 22;
    color: azure;
    text-align: center;
    font-family: monospace;
    width: inherit;
    padding: 5%;
    }


img{
    display: block;
    margin: 0 auto;
    
}



/* Below this is the Programming to make the navigation bar work */


#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #B0B0B0 ;
    font-family: monospace;
}

#nav li {
    float: left;
}

#nav li a {
    display: block;
    color: ghostwhite;
    padding: 8px;
    background-color: #B0B0B0 ;
    
}

#nav a:link{
    text-decoration: none;
}

#nav a:visited{
    text-decoration: none;
}

#nav a:hover{
    text-decoration: none;
    background-color: #505050 ;
}


#nav a:active{
    text-decoration: none;
    background-color: #505050 ;
}