.step__title {
    font-family: sans-light;
    font-size: 14pt;
    font-weight: bold;
    color: white;
    text-align: justify;
    margin: 0 auto;
}

.examples__title {
    font-family: sans-light;
    font-size: 14pt;
    font-weight: bold;
    color: white;
    text-align: justify;
    margin-top: 20px;
    color: rgb(97,175,239)
}

.examples__title_lang_java {
    color: rgb(203,113,52);
}

.examples__item-descr {
    font-size: 12pt;
    margin-top: 20px;
    margin-left: 20px;
}

.examples__item-code {
    font-size: 12pt;
    font-family: courier, monospace;
    padding: 10px 10px 10px 40px;
    color: rgb(215,186,125);
}
