/* css styles */
body {
  font-size: 18px;
}

h1,h2,h3 {
  font-weight: 500;
}

img {
  border-radius: 8px;
}

.navbar {
  font-size: 17px;
}

.pub {
  margin-bottom: 40px;
}

.pub h3 {
  margin-bottom: 5px;
}

.pub p {
  margin: 5px 0;
}

.pubcard {

border-left: 4px solid #3b7ddd;
padding: 15px;
margin-bottom: 25px;
background: #fafafa;

}

.pubcard h3 {
margin-top: 0;
}

.pubauthors {
color: #555;
font-size: 0.95em;
}

.pubbuttons {
margin-top: 10px;
}

.pubbuttons a,
.pubbuttons button {

margin-right: 10px;
padding: 4px 10px;
border-radius: 5px;
border: 1px solid #ccc;
background: white;
cursor: pointer;
}

.abstract {
margin-top: 10px;
font-size: 0.95em;
}

.pub-card .card {
  background-color: #f7dcb3;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
}

.pub-card h3 {
  margin: 0 0 4px 0;
  font-size: 1.1em;
}

.pub-card .authors {
  margin: 0 0 6px 0;
  font-size: 0.9em;
}

.pub-card .abstract {
  margin: 0 0 6px 0;
  font-size: 0.9em;
  line-height: 1.4;
}

.pub-card .links {
  margin: 0;
  font-size: 0.85em;
}