body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #222;
  color: #ccc;
}

header {
  background-color: #333;
  color: #ccc;
  padding: 20px;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.image-container {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; /* this is important to hide parts of the image outside the container */
}

.image-kiko {
  object-position: 30% 30% !important;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover; /* this will fill the container while preserving aspect ratio */
   /* this will position the top of the image in the container */
}

nav {
  display: inline-block;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

nav li {
  display: inline-block;
  margin-right: 20px;
}

nav ul li a {
  font-size: 24px;
}

#bibbase {
  text-align: left;
}

.bibbase_group_count {
    display: none;
}

.bibbase_group {
  font-size: 28px; /* adjust as needed */
  font-style: italic;
  margin-top: 20px; /* add space above the year title */
  margin-bottom: 10px; /* add space below the year title */
  margin-left: 10px; /* add left indent */
  padding-left: 10px; /* add additional left padding */
  /* border-left: 2px solid #ccc; add a border on the left */
}

#bibbase_embed_modal {
  display: none;
}

#bibbase_header .nav-pills > li > a[href="//bibbase.org"] {
  display: none !important;
}

.bibbase_paper_content {display: none;}

.bibbase_paper {
  margin-bottom: 1em;
  margin-left: 20px;
  margin-top: 1em
  /* text-indent: 1em; */
}

.bibbase_paper_title a {
  color: #90ee90 !important;
}
    
nav a {
  color: #ccc;
  text-decoration: none;
  font-size: 24px;
}
.container a {
  color: #90ee90;
  text-decoration: none;
}

main {
  margin-top: 80px;
  text-align: center;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  font-size: 24px
}

@media (max-width: 1000px) {
  .container {
    padding: 0 20px;
  }
}

.page-header {
  margin-top: 100px;
}

.page-header h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.page-header p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.about {
  margin-top: 50px;
}

.about p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 50px;
}