﻿img{
    display:block;
    border: 2px solid black;
}

a {
    text-decoration: none;
    color: firebrick;
    font-weight:bold;
    padding-right: 25px;
}

a:hover{
    color: orange;
}

a:visited{
    color: black;
}

#nav {
    text-align: center;
    overflow: hidden;
    background-color: black;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    padding-bottom: 5px;
    padding-top: 5px;
}

    #nav a {
        font-family: 'Segoe UI Historic';
        color: white;
        font-size: 17px;
        text-align: center;
        text-decoration: none;
    }

body {
    font-family: 'Nirmala UI';
    background-color: antiquewhite;
    font-size: 18px;
}

h1{
    text-align:center;
    margin-top:40px;
}

h2{
    font-family: 'Sitka Heading';
    color:brown;
    font-size: 30px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 4px 4px gray;
}

#description {
    margin-top: 30px;
}

footer {
    background-color: black;
    color: white;
    font-family: 'Segoe UI Historic';
    text-align:center;
    padding: 5px;
}

#sideNote {
    border: groove 3px yellow;
    box-shadow: 4px 4px darkred;
    padding-bottom: 10px;
}
#text {
    text-align: center;
}

.image{
    width:550px;
    height:450px;
}