html {
    font-family: "Anonymous Pro", monospace;
    font-size: 1rem;
    line-height: 1.25rem;
}

body {
    margin: 30px 4%;
}

p {
    line-height: 1.5rem;
}

#main {
    max-width: 800px;
    margin: 0px auto;
}

#name {
    margin-block-end: 0.1em;
}

ul {
    padding-inline-start: 2em;
}

li:not(:first-child), #publications li:not(:first-child) {
	margin-top: 0.75em;
}

.invert {
    filter: invert(1);
}

.dark-mode {
    background-color: rgb(30,30,30);
    color: rgb(250, 250, 250);
}

/* table {
    width: 100%;
    padding: 0.75em;
    border: 1px solid;
} */

.center {
    text-align: center;
}

h2 {
    margin-top: 1.5em;
}

.circular img {
    display: block;
    border-radius:100%;
    border:2px solid;
    width: 100px;
    margin: 40px auto;
}

nav {
    font-size: small;
}

.nav-link {
    text-decoration: none;
}

.nav-link-in {
    text-decoration: underline;
    font-weight: bold;
}