/* Background */
body {
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-family: optima;
}

img {
    max-height: 40vh;
    border-radius: 4px;
    box-shadow: 2px 2px 4px gray;
}

.substack-embed {
    border:1px;
    solid #EEE; 
    background:white; 
    border-radius: 6px; 
    border: none;
}

h1 { font-weight: normal; }
h2 { font-weight: normal; }
h3 { font-weight: normal; }

.projects-heading {
  font-size: 1.17em;    /* Same as h3 */
  font-family: inherit;
}

a,
a:visited,
a:active {
  color: black;
}

summary.dropdown-title {
  cursor: pointer;
  font-size: 18px;
  color: black;
}

details {
  width: 100%;
  text-align: center; /* center the summary */
}

details ul {
  margin-top: 10px;
  padding-left: 3em;     /* indent the list */
  display: inline-block; /* centers the list under the summary */
  text-align: left;      /* list items are left-aligned within the block */
  list-style-position: inside;
}

details ul li {
  display: list-item;
  text-align: left;
  margin: 0;
  width: auto;
}
