
body {
    font-family:'Trebuchet MS',serif;
}
.navbar {
    overflow: auto;
    display:flex;
    justify-content:flex-start;
    position: sticky; 
    top: 0;
    left: 0;
    cursor: default;
}

.nav-item {
    margin: 0;
    display:flex;
    justify-content:center;
    align-items:center;
    position: relative;
    min-width: 100px;
    height:100px;
    text-align:center;
    border:  0.5px DarkSlateGrey dotted;
    background-color:white;
    text-decoration: underline;
    color:#0000EE;
    font-size:0.8em;
   
}

.nav-item img {
    position: absolute;
    width: 50%;
    height: 50%;
}

.container {
    font-family: 'Trebuchet MS',serif;
    padding: 2em;
    padding-top: 1.5em;
    max-width: 40em;
    margin: auto auto;
    margin-top: 5%;
    margin-bottom: 5%;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.icon {
    float:left;
    margin-right:0.7em;
    margin-bottom:0.7em;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    position: relative;
    width:4em;
    height:4em;
}
.icon img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.date {
    font-weight:bold;
}

#content {
    margin-top:0.5em;
    font-weight:none;
}

#attribution {
    margin-top:0.8em;
    font-size: 0.8em;
}