* {
    font-family: Garamond, EB Garamond, Georgia, serif;
}

#sidebar {
    width: max(24%, 100px);
    height: 100%;
    position: fixed;
    overflow: auto;
    font-size: 0.8em; 
}

#navlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#main {
    margin-left:30%;
}

.muted {
    color: #808080;
}

a {
    color: #000000;
}

h1 a {
    display: block;
    text-decoration: none;
    font-size: 1.25em; 
}

body {
    background-color: AntiqueWhite;
    width: max(80%, 500px);
    margin: 3% auto;
}

img {
    float: left;
}

span.email b {
    display: none;
}
