body{
  align-items:center;
  background-color:#f8f1e7;
  color:#000;
  display:flex;
  flex-direction:column;
  font-family:Poppins;
  font-size:23pt;
  justify-content:center;
  margin:0;
  padding-bottom:20px;
  max-width: 100%;
}
.App{
  text-align:center
}
#bibtex_popup{
  background-color:#ccc;
  border:none;
  border-radius:10px;
  color:#000;
  font-family:Courier New,Courier,monospace;
  font-size:10pt;
  padding:10px;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content
}

.todo {
  color: red !important;
}

#authors{
  font-size:13pt
}
#authors a{
  color:#141;
  display:inline-block
}
#authors sup{
  font-size:13pt;
  margin-right:9px
}
#content_column{
  margin-left:auto;
  margin-right:auto;
  /* width:950px; */
  max-width: 1200px;
  padding: 10px 20px;
}
.link_button{
  background-color:#ccc;
  border-radius:5px;
  color:#fff;
  display:inline-block;
  font-size:16pt;
  height:1.5em;
  margin-right:5px;
  padding:5px 15px;
  text-decoration:none
}
/*# sourceMappingURL=main.64e6f111.css.map*/
