@font-face {
    font-family: "Jost";
    font-feature-settings: "ss01" 1;
    src: url("jost.ttf");
}

body {
    background-color: #FAFAF8;
    font-family: "Jost";
    font-weight: 500;
    color: #18222E;

	max-width: 70em; 
	margin: 0 auto !important;
    padding: 0 3em;
}
.container {
    display: block;
}
.left {
    margin-bottom: 4rem;
}
@media (min-width: 55rem) {
    .container {
        display: grid;
        grid-template-columns: 14rem 1fr;
    }
    .main {
        padding-left: 3rem;
    }
    h1 {
        margin-top: 6rem;
    }
}
.photo {
    width: 100%;
    max-width: 14rem;
    padding-top: 1rem;
    border-radius: 50%;
    margin: auto;
    display: block;
}

.name {
    font-weight: 900;
    text-align: center;
    font-size: 2em;
}

h2 {
    margin-top: 3rem;
    margin-bottom: 0.2rem;
    font-weight: 500;
}

.authors {
    margin-top: 0;
    margin-bottom: -0.75rem;
    font-size: 0.9rem;
    font-style: italic;
}

.conference {
    font-style: italic;
}

.conference::after{
    content: ' •';
    margin-left: 0.5rem;
    margin-right: 0.25rem;
    font-weight: 800;
    font-style: normal;
}

.paper-links .paper-link + .paper-link:before
{
    content: '•';
    margin-left: 0.3rem;
    margin-right: 0.5rem;
    color: #18222E;
    display:inline-block;
}

a:link, a:visited {
    font-weight: bold;
    color: #E6631C;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #A85252;
    text-decoration: underline;
}

ul {
    list-style-type: none;
}

ul li::marker {
    content: "⬩ ";
}

.footer {
    color: #3D5775;
    margin-top: 8rem;
    text-align: center;
    margin-bottom: 5rem;
}

.footer a {
    color: #3D5775;
}