@font-face {
    font-family: "Source Sans";
    src: url("fonts/SourceSans.ttf");
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat.woff2");
}

a:link {
    text-decoration: none;
    color: #333333;
    font-weight: 600;
}

a:visited {
    color: #333333;
}

body {
    max-width: 52rem;
    margin: auto;
    font-family: 'Source Sans', sans-serif;
    font-size: 1.1rem;
    /*font-size: 14pt;*/
}

main {
    margin-left: 1em;
    margin-right: 1em;
}

.title {
    width: 100%;
    margin: auto;
    margin-top: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}

h1 {
    /*font-family: "Montserrat";*/
    display: inline-block;
    text-align: center;
    /*background-color: #c9daf8;*/
    background-color: #dae5f8;
    /*border-radius: 0.3em;*/
    font-weight: 900;
    margin: 0;
    padding: 0.5em;
}

.author-list {
    display: flex;
    justify-content: space-evenly;
    width: 75%;
    margin: auto;
    text-align: center;
}

.author {
    font-size: 1.5rem;
    font-weight: 500;
    color: black;
}

.affiliation {
    margin-top: 1em;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
}

.button-list {
    display: flex;
    justify-content: space-evenly;
    /*width: 40%;*/
    max-width: 17em;
    margin: auto;
    margin-top: 1em;
}

.button {
    /*background-color: #eeeeee;*/
    background-color: #dae5f8;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    border-radius: 0.3em;
    text-decoration: none;
}

.button:hover {
    /*box-shadow: 0.1em 0.1em 2px #cccccc;*/
    background-color: #c9daf8;
}

p {
    text-align: justify;
    line-height: 1.3em;
}

figcaption {
    text-align: justify;
    font-style: italic;
    /*font-size: 0.9em;*/
    font-size: 1rem;
    line-height: 1.3em;
    margin-top: 0.3em;
}