* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    background: #fff;
    margin: 50px auto;
    max-width: 650px;
    padding: 0 20px;
}

main {
    max-width: 42em;
}

h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.headshot {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}

h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 15px;
}

ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

li {
    margin-bottom: 2px;
}

.publications li {
    margin-bottom: 15px;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    opacity: 0.6;
}

strong {
    font-weight: 600;
}

em {
    font-style: italic;
}
