body {
    background-color: #1f1f1f;
    color: #eaeaea;
    font-family: Sans-Serif;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    margin: 0px;
}

main {
    height: auto;
    max-width: 100%;
    padding: 15px;
}

figure {
    display: inline-block;
    margin: 20px auto;
    text-align: center;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

figcaption {
    margin-top: 8px;
    font-size: 0.95em;
    color: #ccc;
    text-align: center;
}
section {
    margin: 0 auto;
    background-color: #00000036;
    border-radius: 10px;
    max-width: 899px;
    text-align: left;
}

h2, p {
    padding: 20px 30px 0 30px;
}

h2, p, ul {
    max-width: 899px;
    margin: 10px auto;
    text-align: left;
    line-height: 2;
}

p:last-of-type {
    padding-top: 0;
}

a  {
    color: white;
}

li {
    list-style: none;
    padding-left: 20px;
}

li:last-of-type {
    padding-bottom: 20px;
}