.abstract {
  text-align: center;
  max-width: 500px;
}

.research-intro {
  margin: auto;
  margin-bottom: 5rem;
  text-align: center;
}

.research-link {
  max-width: 670px;
  margin: auto;
  padding: 0 1rem;
}

.research-link-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block;
}

.research-link-date {
  margin-bottom: 1rem;
}

.research-link-abstract {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: auto;
} 

/* this is for the ramen emoji */ 
.emoji {
    font-size: 2.8rem; /* make it bigger, adjust as needed */
    vertical-align: middle; /* aligns with the text nicely */
}

.post-thumbnail {
  margin-right: 1rem;
  width: 16rem;
}