/* css styles */
.title {
  font-size: 48px !important;
  color: darkslategrey !important;
    #font-family: Verdana;
    font-weight: bold;
    text-align: center;
}
.quarto-title-block.default .quarto-title-meta-heading {
  font-size: 16px !important;
  font-family: Calibri;
  color: black !important;
  font-weight: 900;
}
.quarto-title-meta-contents {
  font-size: 17px !important;
  #font-family: Sans-Serif;
  color: chocolate !important;
  font-weight: bold;
}
.date {
  font-size: 17px !important;
  #font-family: Sans-Serif;
  color: chocolate !important;
  font-weight: bold;
}
h2#toc-title {
  font-size: 17px;
  font-family: Calibri;
  color: dimgrey;
  #text-decoration: underline;
  font-weight: bold;
}
a {
  text-decoration: none;
  }
#title-block-header.quarto-title-block.default .quarto-title-meta {
  display: grid;
  grid-template-columns: 4fr 0.5fr;
}
.quarto-title-banner {
  #margin-block-end: 1rem;
  position: relative;
  margin-top: -10px;
  margin-bottom: -5px;
  margin-left: 5px;
  margin-right: 5px;
  height: 90%;
}
.callout.callout-style-default .callout-body {
  background-color: ghostwhite;
}
.rounded-image {
  border-radius: 25px; /* Adjust the value for desired roundness */
}
.rounded {
  border-radius: 25px; /* Adjust the value for desired roundness */
}
.circular-image {
  border-radius: 50%; /* Creates a perfect circle if the image is square */
  /* Ensure the image is square for a perfect circle */
  width: 210px;
  height: 210px;
  object-fit: cover; /* Prevents distortion if the image isn't perfectly square */
}