body {
  background-image: url(../images/Background.jpg);
  background-repeat: no-repeat right top;
  background-size: cover;
}

.weathericon {
  display: block;
  position: absolute;
  top: 50px;
  left: 365px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.weathericon2 {
  display: block;
  position: absolute;
  top: 140px;
  left: 365px;
  width: 70px;
  height: 70px; 
  overflow: hidden;
}
.weathericon3 {
  display: block;
  position: absolute;
  top: 225px;
  left: 365px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.temperature {
  position: absolute;
  top: 23px;
  left: 445px;
  font-size: 3.2em;
  font-weight: 200;
  line-height: 2.38;
  color: #ffffff;
}

.high {
  position: absolute;
  top: 113px;
  left: 445px;
  font-size: 3.2em;
  font-weight: 200;
  line-height: 2.38;
  color: #ffffff;
}

.thigh {
  position: absolute;
  top: 198px;
  left: 445px;
  font-size: 3.2em;
  font-weight: 200;
  line-height: 2.38;
  color: #ffffff;
}

