html {
    font-family: rial,helvetica,sans-serif;
    font-size: 100%;
}
    
body {
    width: 810px;
    margin: 0 auto;
    font-size: 1em;
    font-family: inherit;
}

section {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}


li {
    width: 800px;
    font-size: 0.9em;
    font-family: inherit;
}

.header {
    text-align: center;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.section_head {
    text-align: center;
}

.left_text {
    text-align: left;
    float: left;
    font-size: 0.95em;
}

.right_text {
    text-align: right;
    float: right;
    font-size: 0.95em;
}

.container {
  display: grid;
  gap: 5px;
  grid-template-columns: 120px auto;
}

