body {
    color: black;
    margin: 0px auto;
    width: 40em;
}

h2 {
    font-size: 1.1em;
    font-family: Sans-Serif;
}

div.flex {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

div#menu {
	padding: 0.5ex 0px 0.5ex 0px;
    	border-bottom: 0.2ex solid black;
	font-size: 1.3em;
    	font-weight: bold;
    	font-family: Sans-Serif;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

div#logo a {
	color: black;
	text-decoration: none;
}


div#menu #navigation a {
	color: black;
	text-decoration: none;
	margin-left: 1em;
}

h1 {
	font-size: 1.5em;
	font-family: Sans-Serif;
}

h3.talks {
    font-size: unset;
    font-weight: unset;
}

p.talks {
    margin-left: 3ex;
}

div.talktitle {
    font-style: italic;
    margin-top: 1ex;
    margin-left: 3ex;
    margin-bottom: 1ex;

}

#boysurface {
	float: right;
	height: 20ex;
}

div.publication {
	margin-bottom: 1ex;
}
