body {
  color: darkblue;
}

.thermo {
  padding-left: 20%;
  padding-right: 20%;
}

.thermo-head {
  min-width: 50px;
  min-height: 80px;
  font-size: 4rem;
  font-weight: bold;
  background-color: darkslategray;
  color: white;
  border-style: solid;
  border-width: 2px;
  border-color: yellow;
}

.thermo-temp-ok {
  min-width: 50px;
  min-height: 80px;
  font-size: 4rem;
  font-weight: bold;
  background-color: green;
  color: white;
  border-style: solid;
  border-width: 2px;
  border-color: yellow;
}

.thermo-temp-alarm {
  min-width: 50px;
  min-height: 80px;
  font-size: 4rem;
  font-weight: bold;
  background-color: red;
  color: white;
  border-style: solid;
  border-width: 2px;
  border-color: yellow;
}
/*# sourceMappingURL=style.css.map */