.container {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1em;
    line-height: 150%;
    margin: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(24, 23, 23); /* From GitHub logo */
}

h1, h2 {
    font-family: 'DM Sans', sans-serif;
    line-height: 125%;
}

li:not(:last-child) {
    margin-bottom: 0.5em;
}

a, a:visited {
    text-decoration: none;
    color: hsl(30, 100%, 43%);
    color: rgb(61, 157, 212); /* From Telegram logo */
}

a:hover {
    text-decoration: underline;
}

.graphic {
    display: flex;
    justify-content: center;
    align-items: center;
    /*! margin: 0.5em; */
}

.graphic * {
    height: 100px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.graphic a {
    margin-left: 0;
    margin-right: 0;
}

.graphic .smaller, .graphic .smaller * {
    height: 50px;
}

.article {
    max-width: 500px;
}

.article img {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.footer {
    margin: 10px;
    font-size: 0.7em;
    opacity: 70%;
}