article.help-page {
    display: flex;
    flex-direction: column;
    color: var(--digilean-secondary-text);
}
article.help-page header {
    text-align:center;
    margin-top:70px;
}
article.help-page section {
    text-align:center;
    margin-top:50px;
    margin-bottom:50px;
    font-family:sans-serif;
}
article.help-page section #header {
    display: flex;
    justify-content: center;
    margin-bottom: 200px;
}
.help-page section .subsection {
    margin: 0 auto 100px auto;
}
.help-page section .subsection {
    text-align: left;
    width: 60%;
}
.help-page picture.screenshot {
    width: 95%;
}
.help-page picture.screenshot img {
    width: 95%;
    max-width: 95%;
}
.help-page ul {
    align-items: center;
    width: 60%;
    list-style: none;
}
a, a:visited, a:active {
    color: var(--digilean-secondary-text);
}

@media only screen and (max-width: 1600px) {
    .help-page section .subsection {
        width: 95%;
    }
    .help-page ul {
        width: 95%;
    }
}