body {
  margin: 0;
  padding: 10px;
  font-family: arial;
  font-size: 16px;
}
a {
  color: black;
}

* {
  outline: none;
}

.page {
}

select {
  font-size: 16px;
  padding: 8px 4px;
  border: 1px solid blue;
  border-radius: 0.25rem;
}

.levels {
  display: none;
}

.field {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  min-height: 37px;
  flex-wrap: wrap;
}

.field-label {
  width: 210px;
}

.result {
  border: 3px #0056b3 solid;
  border-radius: 5px;
  padding: 1px 10px;
}

.from-to p:not(:first-child) {
  margin: 0;
}

.from-to ul {
  margin-top: 10px;
  margin-bottom: 20px;
}