  body {
  background-image: url(../images/background.png); 
  background-image: no-repeat right top;
  background-size: cover;
}
.weathericon {
  display: block;
  position: absolute;
  top: 0px;
  left: 190px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.weathericon2 {
  display: block;
  position: absolute;
  top: 50px;
  left: 190px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.weathericon3 {
  display: block;
  position: absolute;
  top: 100px;
  left: 190px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.temperature {
  position: absolute;
  top: -15px;
  left: 250px;
  font-size: 2.2em;
  font-weight: 200;
  line-height: 2.38;
  color: #000000;
}

.high {
  position: absolute;
  top:35px;
  left: 250px;
  font-size: 2.2em;
  font-weight: 200;
  line-height: 2.38;
  color: #000000;
}

.thigh {
  position: absolute;
  top:85px;
  left: 250px;
  font-size: 2.2em;
  font-weight: 200;
  line-height: 2.38;
  color: #000000;
}

