body {
    font-family: Times New Roman, Arial, Verdana, sans-serif;
    font-size: 12pt;
    background-color: #67ea94;
}

IMG {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

FIGURE {
    padding: 1; /* Поля вокруг */
    display: inline-block; /* Блочный элемент */
    width: 25%; /* Ширина */
    float: none; /* Блоки выстраиваются по горизонтали */
    margin: 0 0 0 0; /* Отступы */
    text-align: center; /* Выравнивание по центру */
}

FIGCAPTION {
    text-align: center;
    font-style: bold;
    font-family: Courier New;
}

H1 {
    text-align: center;
    margin-right: auto;
}

TD {
    border-style: solid;
    border-width: 1px;
}

TH {
    border-style: solid;
    border-width: 1px;
}

.menu {
    text-align: center;
    margin-right: auto;
}

.footer {
    text-align: right;
}

.freqtable {
    text-align: center;
    border-style: solid;
    border-width: 1px;
}

.question {
    font-style: italic;
}

.answer {
    font-style: bold;

.nowrap {
    display: inline-block;
    width: 33%;
    white-space: nowrap;
    text-align: center;
    margin-right: auto;
}

.esptool {
    background-color: #f7fa94;
}

.code {
    font-family: monospace;
    white-space: pre-wrap;

}