body {
    font-family: Nunito, sans-serif;
  background-color: rgb(10, 25, 41);
  --ck-color-base-border: #0A1929;

  color: rgba(255, 255, 255, 0.7);
  padding: 16px;

  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
   
}

a {
    color: rgba(255, 255, 255, 0.7);
}

h1 {
    text-align: center;
}

h3 {
    text-align: center;
}

ul>li {
    margin-top: 16px;
}

img {
    margin: 8px 0;
}

 #fig {
    margin: 16px 0;
    display: flex;
    flex-wrap: wrap;
 }

#fig>img {
    height: auto;
}
#fig>span {
    width: 100%;
    text-align: center;
    font-style: italic;
}

@media (max-width: 576px) {
    h1 { font-size: 18px; }
    h2 { font-size: 16px; }   
    ul { padding-left: 8px; }
}