body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
    
}

header {

    color: black;
    padding: em;
    text-align: center;
    font-size: 25px;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.4), 0px -1px 1px rgba(0, 0, 0, 0.6);
}


ul {
    list-style-type: none;
    text-align: right;
}

li {
    display: inline;
    font-size: 15px;
    margin-left: 15px
}

nav {
    background-color: black;
    padding: 0.45em;
    text-align: center;
}

nav a {
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    padding: 1em 2em;
    margin: 0 0.2em;
    border-radius: 5px;
    background-color: black;

}

nav a:hover {
    background-color: gray;
}



nav img {
    float: left;
    margin-right: 10px;
    width: auto;
    height: 90px;

}

section{
    margin-top: 75px;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 75px;
}


h1{
text-align: left; 
font-family: Arial Black; 
font-weight: bold; font-size: 40px; 
text-shadow: 0px 3px 3px rgba(255,255,255,0.4),0px -1px 1px rgba(0,0,0,0.3);
}

h3 {
    color: black; 
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
h5 {
    color: black; 
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
p{
    color: #555;
}

