p {
  text-align: justify;
}

.justified-italic-skc {
  text-align: justify;
  font-style: italic;
}

.large-font {
  font-size: 1.25em;
}

.email-link,
.webpage-link {
  color: darkblue;
  font-weight: bold;
}

.max-height-10vw {
  max-height: 10vw;
}

.wlst {
  padding-left: 0;
  /* Ensures no padding for the list */
}

.wlst li {
  list-style-type: none;
  margin-left: 1em;
}

.wlst li:before {
  content: "\27A4";
  /* Custom bullet symbol */
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 0.5em;
}

.thesis-title {
  font-size: 18px;
}

.thesis-abstract {
  font-size: 14px;
}

.intro h1:before {
  /* Edit this with your name or anything else */
  content: 'Welcome to Dr. Aritra Pan' s Personal Webspace';

}

#blink {
  font-size: 20px;
  font-weight: bold;
  color: #2d38be;
  transition: 0.5s;
}

.welcome-heading {
  font-size: 2.5em;
  margin-bottom: 1em;
}

.banner-image {
  margin-top: 30px;
}

.ebgaramond-bold {
  text-align: justify;
  font-weight: bold;
  font-family: 'EB Garamond', serif;
}

.justify-text {
  text-align: justify;
}

.justify-text-projects {
  text-align: justify;
  background-color: #F0EBE9;
}

.justify-text-project-header {
  text-align: justify;
  font-weight: bold;
  font-style: italic;
}

.right-text {
  text-align: right;
}

.training-text {
  margin-top: 1em;
  font-size: 1.5em;
}

.training-email-link {
  color: darkblue;
  font-weight: bold;
  font-size: 1em;
}

.blog-entry {
  text-align: justify;
  background-color: #F0EBE9;
}