/* ===========================================================================
    Styles for this site
=========================================================================== */
body {
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue',
        sans-serif;
    margin: 40px;
}

h1 {
    margin-bottom: 20px;
}

h2 {
    margin: 20px 0 10px;
}

.mapContainer {
    aspect-ratio: 3/1;
}

.Nav {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 20px;
}

.Nav a {
    text-decoration: none;
    color: #0000ee;
}

.Nav li {
    border-right: 1px solid #0000ee;
    line-height: 1;
    padding: 0 10px;
}

.Nav li:first-child {
    padding-left: 0;
}

.Nav li:last-child {
    border-right: none;
}

code {
    background-color: #f4f4f4;
    padding: 2px 4px;
    border-radius: 4px;
}
