/* style.css */

body {
  font-family: "Computer Modern Serif", sans-serif;
  max-width: min(80%, 1400px);
  margin: 2em auto;
  line-height: 1.5;
  color: #333;
}

h1 {
  font-size: 2em;
  margin-bottom: 0.2em;
}

.affiliation {
  font-size: 0.9em;
  margin-top: 0;
  margin-bottom: 1.5em;
}

h2 {
  margin-top: 2em;
  font-size: 1.2em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.2em;
}

ul.pubs {
  list-style: disc;
  padding-left: 1.5em;
  margin-top: 0.5em;
}

ul.pubs li {
  margin-bottom: 0.6em;
}

p.last-updated {
  margin-top: 10em;               
  padding-top: 0.5em;            
  border-top: 1px solid #ddd;    
  font-size: 0.9em;              
  color: #666;                   
  text-align: left;            
}

