* {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #00022f;
}

body {
    background: #fffff0;
}

a {
    text-decoration: none;
    border-bottom: 1px solid #fff475;
}

#bio {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    flex-wrap: wrap;
    gap: 15px;
}

#bio div:first-child {
    border-radius: 20px;
    width: 40%;
    min-width: 250px;
    max-width: 350px;
    background: #fff475;
    padding: 25px;
    color: #fff;
    font-size: 10px;
}

#bio div:nth-child(2) {
    padding: 15px;
    text-align: center;
    width: 40%;
    min-width: 250px;
    max-width: 350px;
}


#bio div:nth-child(2) p {
    font-size: 15px;
}

#bio div:nth-child(2) ul li {
    font-size: 15px;
    text-align: left;
    margin-top: 5px;
    list-style-type:lower-greek;
}

#bio h1, #bio a {
    color: #00022f;
}

#bio {
    font-size: 11px;
    max-width: 70%;
    margin: 0 auto;
    padding: 18px;
    background: 
}

main {
    max-width: 70%;
    margin: 32px auto;
}

ul {
    margin-top: 16px;
    list-style-type: none;
}

ul li span {
    font-size: 12px;
}

main h2 {
    padding: 24px;
    font-size: 16px;
    font-style: italic;
}

main h1,
article header div:nth-child(2) {
    font-size: 16px;
    font-style: italic;
    min-width: 51%;
    max-width: 300px;
    color: #333;
    padding: 6px;
    margin: 10px auto;
}

article header h2 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 6px 18px 6px;
}

article section p {
    font-size: 16px;
    padding: 0 6px;
    text-align: justify;
    text-justify: distribute-all-lines;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 16px;
}

article section a {
    font-weight: bold;
}


article section ul {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: baseline;
    font-size: 14px;
}

article section ul li {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 10px;
    min-height: 70px;
    text-align: center;
    padding: 5px;
}

article section ul li b {
    font-weight: 600;
}