body {
  min-height: 100vh;
  max-width: 800px;
  border: 0px;
  padding: 0px;
  margin: auto;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #000000;
  background-color: #FFFFFF;
}

a {
  color: #3B7EA1;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #C4820E;
}

@media (prefers-color-scheme: dark) {
  body {
    font-weight: 350;
    color: #E1D9D1;
    background: #121212;
  }

  a {
    color: #C4820E;
  }

  a:focus,
  a:hover {
    color: #3B7EA1;
  }

}

div.bio {
  text-align: center;
}

figure {
  max-width: 25%;
  display: inline-block; 
  vertical-align: top;
  margin: 10px; 
}

figure img {
    vertical-align: top;
    display: inline-block;
  object-fit: cover;
  border-radius: 50%;
  max-width: 100%;
  width: auto;
  height: auto;
}

figure figcaption {
    text-align: center;
    font-weight: 600;
    padding: 10px;
}

summary {
  padding: 0px 0px 0px 30px;
  font-weight: 600;
}

div.section {
  padding: 10px 20px 10px 20px;
}

div.content {
  padding: 0px;
}

h1 {
  text-align: center;
  font-size: min(5vw, 30px);
}



@media screen and (max-width: 600px) {
  
  body {
    max-width: 100%;
    font-size: 14px;
  }
}
