h1 {
    text-align: center;
    font-family: cursive;
    font-size: 20px;
}
.image-container {
    background-color: rgb(214, 236, 241);
    text-align: center;
    padding-top: 15px;
}
img {
    max-width: 100%;
    height: auto;
}

figcaption {
    font-size: 13px;
    font-family: system-ui;
}
h2 {
    text-align: center;
    font-family: system-ui;
    font-size: 20px;
    word-spacing: 1px;
    font-weight: 300;
}
li {
    font-family: system-ui;
    font-weight: 100;
}
li::marker {
    color: rgb(108, 189, 207);
}
p {
    text-align: center;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
a {
    text-decoration: none;
}
