html {
    font: normal 18px/1.3 Georgia, "New York CE", utopia, serif;
    color: #666;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    overflow-y: scroll;
  }
body {
  background: #38444c;
  color: #333;
  margin: 2em auto;
  padding: 0 0.5em;
  min-width: 900px;

}
  
a {
  color: #006aeb;
  padding: 3px 1px;
}
a:hover,
a:active,
a:focus {
  background-color: #006aeb;
  text-decoration: none;
  color: white;
}

#banner {
  border-radius: 12px 12px 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAB5CAMAAADPursXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGBQTFRFD1CRDkqFDTlmDkF1D06NDT1tDTNZDk2KEFWaDTZgDkiCDTtpDT5wDkZ/DTBVEFacEFOWD1KUDTRcDTFWDkV9DkR7DkN4DkByDTVeDC9TDThjDTxrDkeADkuIDTRbDC9SbsUaggAAAEdJREFUeNqkwYURgAAQA7DH3d3335LSKyxAYpf9vWCpnYbf01qcOdFVXc14w4BznNTjkQfsscAdU3b4wIh9fDVYc4zV8xZgAAYaCMI6vPgLAAAAAElFTkSuQmCC);
}

h1 {
  font: inherit;
  color: white;
  font-size: 50px;
  line-height: 121px;
  margin: 0;
  padding-left: 4%;
  background: url(/tmserver/www/images/temperature.png) no-repeat 95%;
  background-size: 100px auto;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
}

h2 {
  font: inherit;
  color: rgb(0, 0, 0);
  font-size: 30px;
  margin: 0 0 0 0 ;
  padding: 0 0 0 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
}

#content {
  background: rgb(228, 228, 228);
  border: 1px solid #eff4f7;
  border-radius: 0 0 12px 12px;
  padding: 10px 4%;

}

img {
  border: none;
  float: right;
  margin: 0 0 1em 3em;
}
