#navigation {
    display: flex;
    justify-content: space-evenly;
    background-color: white;
    width: 9.55in;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 50px;
    padding: 5px;
    position: sticky;
    top: 0;
    border-radius: 5px;
    z-index: 3;
}
#navigation a {
    color: black;
    font-weight: 300;
}
#navigation a:hover {
background-color: skyblue;
}
#title {
    width: 50%;
    margin-left: 20%;
    margin-top: 10px;
    margin-bottom: 0px;
}
img[src="PixilTitle2.png"] {
    width: 110%;
    height: 110%;
    margin-top: 5px;
    margin-bottom: 0;
}

body {
    background-color: antiquewhite;
}

span::after {
    content:" ";
}
.note::before {
    content:"(";
}

.note::after {
    content:")";
}

.city::after {
    content:", "
}
.state::after {
    content:", "
}
.country::after {
    content:", "
}
.town::after {
    content:", "
}

.town::before {
    content:", "
}

#LickObservatory .city:before {
    content:", "
}
#Scotland .country:after {
    content:""
}
.page {
    width: 9.55in;
    margin: auto;
    margin-bottom: 2in;
}

h1 {
    text-align: center;
    font-family: "lucida handwriting";
}
h2 {
    text-align: center;
    font-family: monospace;
}

li {
    font-family: "Baskervville";
}